Combobox SelectedItem doesn't update when source changes
问题 I have a viewmodel which implement INotifyPropertyChanged . On this viewModel is a property called SubGroupingView . This property is bound to the selected item of a combo box. When i change the combo box, the source property is being updated fine, but when I change the source property or when the control is initialized, the combobox.selectedItem is NOT reflecting what exists in the property. Here is some code to get you started: <ComboBox Grid.Column="3" Grid.Row="1" Margin="0,1,4,1"