MVVM,WPF: How to set a item as selected in a combobox

Posted by msfanboy on Stack Overflow See other posts from Stack Overflow or by msfanboy
Published on 2010-05-18T18:53:32Z Indexed on 2010/05/18 19:30 UTC
Read the original article Hit count: 125

Filed under:
|
|
|
|

It seems nobody has yet found a way to set the comboboxitem as selected with a SelectedItem="Binding Property".

Is the solution to use a IsSelected Property in the ViewModel object within the combobox itemssource ?

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about wpf