firstfloorsoftware / mui

Modern UI for WPF
Microsoft Public License
2.59k stars 755 forks source link

Combobox is not updating #164

Open modernuser2017 opened 7 years ago

modernuser2017 commented 7 years ago

Hi there,

I have a combobox in my Modern UI-Project that has an ObservableCollection as its ItemsSource. The problem is when I add a new item it appears in the combobox - that's fine. My problem is that I can't set a SelectedValue, SelectedItem or SelectedIndex. It seems like it doesn't process the SelectedItem. Any ideas?