Click here to Skip to main content
15,913,773 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to update the datagrid in wpf based on text changed property of text box control in MVVM mdel? Pin
Pete O'Hanlon8-Mar-11 9:07
mvePete O'Hanlon8-Mar-11 9:07 
QuestionResize controls in canvas Pin
manoj221847-Mar-11 1:20
manoj221847-Mar-11 1:20 
AnswerRe: Resize controls in canvas Pin
Abhinav S7-Mar-11 2:07
Abhinav S7-Mar-11 2:07 
AnswerRe: Resize controls in canvas Pin
RobCroll7-Mar-11 15:37
RobCroll7-Mar-11 15:37 
QuestionAutoCompleteBox Pin
Moonwalker0315-Mar-11 5:35
Moonwalker0315-Mar-11 5:35 
AnswerRe: AutoCompleteBox Pin
Pete O'Hanlon5-Mar-11 6:54
mvePete O'Hanlon5-Mar-11 6:54 
GeneralRe: AutoCompleteBox Pin
Moonwalker0315-Mar-11 8:35
Moonwalker0315-Mar-11 8:35 
GeneralRe: AutoCompleteBox Pin
Pete O'Hanlon5-Mar-11 9:40
mvePete O'Hanlon5-Mar-11 9:40 
You could have passed that vital nugget of information originally. When you post questions, you should give all the pertinent facts as we can't guess what you are using. Bear in mind that the WPF control is made up of constituent parts, what you need to do is find the templated part PART_EditableTextbox, and apply the character casing here. To do this, use something like this:
C#
myComboBox.Template.FindName("PART_EditableTextbox", myComboBox) as TextBox;

I'm not a stalker, I just know things. Oh by the way, you're out of milk.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


GeneralRe: AutoCompleteBox Pin
Moonwalker0315-Mar-11 10:59
Moonwalker0315-Mar-11 10:59 
GeneralRe: AutoCompleteBox Pin
Pete O'Hanlon5-Mar-11 11:27
mvePete O'Hanlon5-Mar-11 11:27 
GeneralRe: AutoCompleteBox Pin
Moonwalker0315-Mar-11 13:47
Moonwalker0315-Mar-11 13:47 
GeneralRe: AutoCompleteBox Pin
SledgeHammer015-Mar-11 15:42
SledgeHammer015-Mar-11 15:42 
GeneralRe: AutoCompleteBox Pin
Moonwalker0315-Mar-11 21:51
Moonwalker0315-Mar-11 21:51 
GeneralRe: AutoCompleteBox Pin
Moonwalker0316-Mar-11 5:19
Moonwalker0316-Mar-11 5:19 
GeneralRe: AutoCompleteBox Pin
Moonwalker0316-Mar-11 22:24
Moonwalker0316-Mar-11 22:24 
GeneralTreeView / Collapsible Datagrid Using Silverlight Pin
MadhavJoshi4-Mar-11 1:54
MadhavJoshi4-Mar-11 1:54 
GeneralRe: TreeView / Collapsible Datagrid Using Silverlight Pin
Pete O'Hanlon4-Mar-11 3:51
mvePete O'Hanlon4-Mar-11 3:51 
Questionxaml design vs drag and drop Pin
arkiboys3-Mar-11 23:56
arkiboys3-Mar-11 23:56 
AnswerRe: xaml design vs drag and drop Pin
Pravin Patil, Mumbai4-Mar-11 0:10
Pravin Patil, Mumbai4-Mar-11 0:10 
AnswerRe: xaml design vs drag and drop Pin
Dave Kerr4-Mar-11 0:30
mentorDave Kerr4-Mar-11 0:30 
AnswerRe: xaml design vs drag and drop Pin
Mycroft Holmes4-Mar-11 0:48
professionalMycroft Holmes4-Mar-11 0:48 
AnswerRe: xaml design vs drag and drop Pin
RugbyLeague4-Mar-11 5:04
RugbyLeague4-Mar-11 5:04 
AnswerRe: xaml design vs drag and drop Pin
Tarun.K.S6-Mar-11 7:14
Tarun.K.S6-Mar-11 7:14 
AnswerRe: xaml design vs drag and drop Pin
Jammer8-Mar-11 0:16
Jammer8-Mar-11 0:16 
QuestionWPF TextBox - setting caret so hard! Following code doesn't change a thing! [modified] Pin
devvvy3-Mar-11 22:17
devvvy3-Mar-11 22:17 

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.