Hi All, I’m writing a post today about a common problem with MVVM and Enums. Sometimes you want a Selector control (ListBox, ComboBox) to bind to an Enum value in your ViewModel, with the Selector’s ItemsSource (selection options) being the collection of all possible Enum values – each with a descriptive selection text. You can […]
↧