Click here to Skip to main content
15,920,630 members
Home / Discussions / WPF
   

WPF

 
QuestionCustom window template and events Pin
armax7519-May-09 10:39
professionalarmax7519-May-09 10:39 
AnswerRe: Custom window template and events Pin
Niladri_Biswas13-Jun-09 3:29
Niladri_Biswas13-Jun-09 3:29 
QuestionCan I put Polygon inside Button Template Dynamically? Pin
salon18-May-09 23:51
salon18-May-09 23:51 
AnswerRe: Can I put Polygon inside Button Template Dynamically? Pin
Abhinav S19-May-09 3:56
Abhinav S19-May-09 3:56 
GeneralRe: Can I put Polygon inside Button Template Dynamically? Pin
salon19-May-09 23:35
salon19-May-09 23:35 
GeneralRe: Can I put Polygon inside Button Template Dynamically? Pin
Abhinav S20-May-09 4:55
Abhinav S20-May-09 4:55 
QuestionRegarding treeview using MVVM pattern Pin
Ravi Mori18-May-09 21:42
Ravi Mori18-May-09 21:42 
AnswerRe: Regarding treeview using MVVM pattern Pin
Pete O'Hanlon19-May-09 0:15
mvePete O'Hanlon19-May-09 0:15 
AnswerRe: Regarding treeview using MVVM pattern Pin
Mike Fuchs8-Jul-10 22:38
Mike Fuchs8-Jul-10 22:38 
GeneralRe: Regarding treeview using MVVM pattern Pin
Robert Graves6-Sep-11 9:02
Robert Graves6-Sep-11 9:02 
QuestionUserControl does not assume height of parent container Pin
ausadmin18-May-09 19:47
ausadmin18-May-09 19:47 
AnswerRe: UserControl does not assume height of parent container [modified] Pin
Mark Salsbery19-May-09 6:41
Mark Salsbery19-May-09 6:41 
GeneralRe: UserControl does not assume height of parent container Pin
ausadmin19-May-09 11:05
ausadmin19-May-09 11:05 
GeneralRe: UserControl does not assume height of parent container Pin
Mark Salsbery19-May-09 11:14
Mark Salsbery19-May-09 11:14 
GeneralRe: UserControl does not assume height of parent container Pin
mick codeproject19-Jan-10 23:10
mick codeproject19-Jan-10 23:10 
QuestionHelp with positioning text pointer in TextBox after formatting. Pin
Member 232448318-May-09 10:47
Member 232448318-May-09 10:47 
AnswerRe: Help with positioning text pointer in TextBox after formatting. Pin
Mark Salsbery18-May-09 13:49
Mark Salsbery18-May-09 13:49 
GeneralRe: Help with positioning text pointer in TextBox after formatting. Pin
Member 232448318-May-09 14:01
Member 232448318-May-09 14:01 
QuestionSilverlight newbie Pin
Xandip18-May-09 3:37
Xandip18-May-09 3:37 
AnswerRe: Silverlight newbie Pin
Pete O'Hanlon18-May-09 4:13
mvePete O'Hanlon18-May-09 4:13 
AnswerRe: Silverlight newbie Pin
Kevin McFarlane19-May-09 5:45
Kevin McFarlane19-May-09 5:45 
GeneralRe: Silverlight newbie Pin
Xandip19-May-09 19:37
Xandip19-May-09 19:37 
Questionmulti Master-Detail view Pin
daniel radford18-May-09 2:42
daniel radford18-May-09 2:42 
Hello,
I am embarking on my first WPF project and am looking for the best way to implement a flexible master-detail view.

The project will have several views, each bound to a different underlying data source via view models. I want to produce a 'detail' view which will display the details for the currently selected object in any one of the main views. Therefore, this detail view must be flexible enough to display properties for any one of a variety of differnt object types.

What is the best technique to perform this type of 'dynamic' data binding in WPF? Is it possible purely using data templates or would I need to use something like DataSourceProvider?

Thanks!
Dan
AnswerRe: multi Master-Detail view Pin
Mark Salsbery18-May-09 5:40
Mark Salsbery18-May-09 5:40 
GeneralRe: multi Master-Detail view Pin
daniel radford19-May-09 6:39
daniel radford19-May-09 6:39 

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.