Quantcast
Channel: MVVM – Dean Chalk
Viewing all articles
Browse latest Browse all 26

WPF – Enum ItemsSource With Custom Behavior

$
0
0
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 […]

Viewing all articles
Browse latest Browse all 26

Trending Articles