MVVM,WPF: How to set a item as selected in a combobox
- by msfanboy
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 ?