Click here to Skip to main content
15,905,071 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How To Style This Button Pin
Abhinav S4-Apr-11 21:13
Abhinav S4-Apr-11 21:13 
QuestionWebBrowser Control not displaying Pin
Grimes3-Apr-11 12:03
Grimes3-Apr-11 12:03 
AnswerRe: WebBrowser Control not displaying Pin
Grimes4-Apr-11 13:25
Grimes4-Apr-11 13:25 
QuestionHow to use ListView.SelectedItems in MVVM? Pin
SledgeHammer012-Apr-11 9:58
SledgeHammer012-Apr-11 9:58 
AnswerRe: How to use ListView.SelectedItems in MVVM? Pin
Mycroft Holmes2-Apr-11 12:48
professionalMycroft Holmes2-Apr-11 12:48 
AnswerRe: How to use ListView.SelectedItems in MVVM? Pin
Abhinav S3-Apr-11 6:29
Abhinav S3-Apr-11 6:29 
GeneralRe: How to use ListView.SelectedItems in MVVM? Pin
Kevin Marois4-Apr-11 9:55
professionalKevin Marois4-Apr-11 9:55 
GeneralRe: How to use ListView.SelectedItems in MVVM? Pin
SledgeHammer014-Apr-11 10:09
SledgeHammer014-Apr-11 10:09 
Actually, I resolved this issue over the weekend. What I ended up doing was... since I already have a "ListViewEx : ListView" type class where I've enhanced the ListView, I just added a "SelectedItemsEx" DP. The control listens to the SelectionChanged event as well as collection changed notifications on the SelectedItemsEx collection and keeps the two lists in sync. Works great and now I can just do "SelectedItemsEx={Binding SelectedItems}" in my XAML and have a SelectedItems property in my VM thats totally in sync with the control both ways. Only catch is that the collection binding to SelectedItemsEx has to implement IList and INotifyCollection changed, but all the collection classes do that already, so no biggie. VERY CLEAN solution Smile | :) .
GeneralRe: How to use ListView.SelectedItems in MVVM? Pin
Kevin Marois4-Apr-11 10:26
professionalKevin Marois4-Apr-11 10:26 
GeneralRe: How to use ListView.SelectedItems in MVVM? Pin
Abhinav S4-Apr-11 21:12
Abhinav S4-Apr-11 21:12 
QuestionBing map control in a WPF application Pin
Jack_Sparow1-Apr-11 8:01
Jack_Sparow1-Apr-11 8:01 
AnswerRe: Bing map control in a WPF application Pin
Abhinav S1-Apr-11 20:53
Abhinav S1-Apr-11 20:53 
Question[C#, ListView] Conditional Formating of ListView<T> Items Pin
Dirk.Bock1-Apr-11 4:11
Dirk.Bock1-Apr-11 4:11 
AnswerRe: [C#, ListView] Conditional Formating of ListView Items Pin
BobJanova1-Apr-11 4:21
BobJanova1-Apr-11 4:21 
Questionnavigation Pin
arkiboys1-Apr-11 2:50
arkiboys1-Apr-11 2:50 
QuestionWPF Drag & Drop Pin
Kevin Marois31-Mar-11 5:58
professionalKevin Marois31-Mar-11 5:58 
AnswerRe: WPF Drag & Drop Pin
RugbyLeague31-Mar-11 6:00
RugbyLeague31-Mar-11 6:00 
GeneralRe: WPF Drag & Drop Pin
Kevin Marois31-Mar-11 6:01
professionalKevin Marois31-Mar-11 6:01 
AnswerRe: WPF Drag & Drop Pin
Abhinav S31-Mar-11 22:26
Abhinav S31-Mar-11 22:26 
QuestionTreeView Pin
RugbyLeague31-Mar-11 5:54
RugbyLeague31-Mar-11 5:54 
AnswerRe: TreeView [modified] Pin
SledgeHammer0131-Mar-11 6:29
SledgeHammer0131-Mar-11 6:29 
GeneralRe: TreeView Pin
Pete O'Hanlon31-Mar-11 6:43
mvePete O'Hanlon31-Mar-11 6:43 
GeneralRe: TreeView Pin
RugbyLeague31-Mar-11 12:14
RugbyLeague31-Mar-11 12:14 
GeneralRe: TreeView [modified] Pin
SledgeHammer0131-Mar-11 12:50
SledgeHammer0131-Mar-11 12:50 
GeneralRe: TreeView Pin
RugbyLeague31-Mar-11 21:17
RugbyLeague31-Mar-11 21: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.