Current value displayed in ComboBox
问题 I can't seem to get the current selected value to show in the ComboBox when the items in the ComboBox are custom objects from the database. I put together the following test ViewModel and View. SimpleWidgets and ObjectWidgets behave as expected. CodeWidgets (list retrieved from the database as custom 'Code' objects) never displays the SelectedCodeWidget. public class TestViewModel:BaseTabViewModel { private List<int> simpleWidgets; public List<int> SimpleWidgets { get { return simpleWidgets;