Click here to Skip to main content
16,010,876 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: wcf error Pin
Mycroft Holmes25-Nov-10 16:23
professionalMycroft Holmes25-Nov-10 16:23 
Questionsilverlight hides menu? Pin
CrafterIt24-Nov-10 3:24
CrafterIt24-Nov-10 3:24 
AnswerRe: silverlight hides menu? Pin
Pete O'Hanlon24-Nov-10 3:56
mvePete O'Hanlon24-Nov-10 3:56 
GeneralRe: silverlight hides menu? Pin
CrafterIt24-Nov-10 4:34
CrafterIt24-Nov-10 4:34 
GeneralRe: silverlight hides menu? [modified] Pin
CrafterIt24-Nov-10 20:59
CrafterIt24-Nov-10 20:59 
GeneralRe: silverlight hides menu? Pin
Abhinav S29-Nov-10 0:20
Abhinav S29-Nov-10 0:20 
Question[WPF] Border stretching problem, rounded textbox Pin
ekimpl24-Nov-10 2:43
ekimpl24-Nov-10 2:43 
AnswerRe: [WPF] Border stretching problem, rounded textbox Pin
Ian Shlasko24-Nov-10 4:02
Ian Shlasko24-Nov-10 4:02 
1) When you add a Border around a TextBox, you're... adding a border AROUND the textbox. You're not replacing the existing one.

2) The border is stretching because its HorizontalAlignment and VerticalAlignment are defaulting to Stretch. Move those from the TextBox to the Border. You probably also want to move the Margin, as otherwise you're telling the TextBox to leave ten pixels between it and the border (Unless that's what you want).

This is probably, however, the wrong way to go about this... You don't really want to add a border object. You want to re-style the TextBox to change its existing border. If you're new to WPF, your best bet is probably just to find some code on the web to do this... Google "wpf rounded textbox", and you'll be flooded with options.
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels)

GeneralRe: [WPF] Border stretching problem, rounded textbox Pin
ekimpl24-Nov-10 4:35
ekimpl24-Nov-10 4:35 
GeneralRe: [WPF] Border stretching problem, rounded textbox Pin
Ian Shlasko24-Nov-10 4:36
Ian Shlasko24-Nov-10 4:36 
AnswerRe: [WPF] Border stretching problem, rounded textbox Pin
Tarun.K.S24-Nov-10 7:11
Tarun.K.S24-Nov-10 7:11 
AnswerRe: [WPF] Border stretching problem, rounded textbox Pin
Jyothikarthik_N23-Dec-10 18:36
Jyothikarthik_N23-Dec-10 18:36 
QuestionAdding button that will replace the scroll in listView Pin
Yanshof24-Nov-10 2:21
Yanshof24-Nov-10 2:21 
AnswerRe: Adding button that will replace the scroll in listView Pin
Pete O'Hanlon24-Nov-10 4:16
mvePete O'Hanlon24-Nov-10 4:16 
AnswerRe: Adding button that will replace the scroll in listView Pin
Kunal Chowdhury «IN»25-Nov-10 7:51
professionalKunal Chowdhury «IN»25-Nov-10 7:51 
GeneralRe: Adding button that will replace the scroll in listView Pin
Uday_T16-Dec-10 8:41
Uday_T16-Dec-10 8:41 
QuestionSortedDictionary for Silverlight? Pin
devvvy23-Nov-10 16:23
devvvy23-Nov-10 16:23 
AnswerRe: SortedDictionary for Silverlight? Pin
Abhinav S23-Nov-10 17:45
Abhinav S23-Nov-10 17:45 
GeneralRe: SortedDictionary for Silverlight? Pin
BillWoodruff29-Nov-10 7:07
professionalBillWoodruff29-Nov-10 7:07 
AnswerRe: SortedDictionary for Silverlight? Pin
Abhinav S29-Nov-10 17:41
Abhinav S29-Nov-10 17:41 
QuestionQR Code library for Wpf [modified] Pin
Milos Miladinovic23-Nov-10 2:37
Milos Miladinovic23-Nov-10 2:37 
QuestionBig blinking stock trading screens - would you recommend WPF? Pin
devvvy22-Nov-10 23:55
devvvy22-Nov-10 23:55 
AnswerRe: Big blinking stock trading screens - would you recommend WPF? Pin
Ian Shlasko23-Nov-10 2:03
Ian Shlasko23-Nov-10 2:03 
GeneralRe: Big blinking stock trading screens - would you recommend WPF? Pin
devvvy23-Nov-10 3:01
devvvy23-Nov-10 3:01 
GeneralRe: Big blinking stock trading screens - would you recommend WPF? Pin
Ian Shlasko23-Nov-10 3:28
Ian Shlasko23-Nov-10 3:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.