Click here to Skip to main content
15,909,822 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Need suggestion on application architecture. Pin
SledgeHammer0128-May-13 6:56
SledgeHammer0128-May-13 6:56 
GeneralRe: Need suggestion on application architecture. Pin
Beniston120528-May-13 20:14
Beniston120528-May-13 20:14 
AnswerRe: Need suggestion on application architecture. Pin
Mycroft Holmes28-May-13 14:13
professionalMycroft Holmes28-May-13 14:13 
QuestionOne data context for multiple Controls Pin
columbos1492727-May-13 22:55
columbos1492727-May-13 22:55 
AnswerRe: One data context for multiple Controls Pin
AlphaDeltaTheta28-May-13 1:13
AlphaDeltaTheta28-May-13 1:13 
GeneralRe: One data context for multiple Controls Pin
columbos1492728-May-13 3:07
columbos1492728-May-13 3:07 
QuestionRichtextbox text overlaps Pin
Antony_Christopher27-May-13 20:34
Antony_Christopher27-May-13 20:34 
QuestionSilverlight do we have a road map for the future Pin
Mycroft Holmes26-May-13 14:43
professionalMycroft Holmes26-May-13 14:43 
AnswerRe: Silverlight do we have a road map for the future Pin
SledgeHammer0128-May-13 6:54
SledgeHammer0128-May-13 6:54 
GeneralRe: Silverlight do we have a road map for the future Pin
Mycroft Holmes28-May-13 14:07
professionalMycroft Holmes28-May-13 14:07 
GeneralRe: Silverlight do we have a road map for the future Pin
_Maxxx_28-May-13 18:13
professional_Maxxx_28-May-13 18:13 
GeneralRe: Silverlight do we have a road map for the future Pin
Mycroft Holmes28-May-13 19:49
professionalMycroft Holmes28-May-13 19:49 
QuestionControl storyboard inside custom control...by code Pin
Jayme6524-May-13 2:25
Jayme6524-May-13 2:25 
QuestionBusiness Application Silverlight Pin
picasso223-May-13 17:09
picasso223-May-13 17:09 
QuestionWPF Formatted Large Amounts Of Text Pin
Kevin Marois23-May-13 12:29
professionalKevin Marois23-May-13 12:29 
AnswerRe: WPF Formatted Large Amounts Of Text Pin
Matt T Heffron23-May-13 15:18
professionalMatt T Heffron23-May-13 15:18 
GeneralRe: WPF Formatted Large Amounts Of Text Pin
Kevin Marois24-May-13 11:09
professionalKevin Marois24-May-13 11:09 
QuestionDatePicker in a WPF DataGrid Pin
NortonC23-May-13 4:29
NortonC23-May-13 4:29 
Questionabout datagrid of wpf Pin
ericibm22-May-13 22:22
ericibm22-May-13 22:22 
AnswerRe: about datagrid of wpf Pin
Mycroft Holmes23-May-13 0:21
professionalMycroft Holmes23-May-13 0:21 
QuestionSilverlight-Running SQL scripts Pin
picasso222-May-13 8:06
picasso222-May-13 8:06 
QuestionHow to trigger Datepicker validation error (WPF) Pin
TheHelenLee20-May-13 15:39
TheHelenLee20-May-13 15:39 
QuestionWPF Control - Enter Key Pin
NortonC20-May-13 4:45
NortonC20-May-13 4:45 
AnswerRe: WPF Control - Enter Key Pin
Mycroft Holmes20-May-13 12:31
professionalMycroft Holmes20-May-13 12:31 
AnswerRe: WPF Control - Enter Key Pin
AlphaDeltaTheta20-May-13 15:12
AlphaDeltaTheta20-May-13 15:12 
I suggest not to use tunnelling event handling and go for standard bubble handling. Implement OnkeyDown instead and DO NOT set the handled property to true. It breaks WPF's default focus handling mechanism (the one used while pressing the tab key) and sometimes, with certain keys, causes weitrd problems.

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.