jacobmsaylor.com
Binding a Combobox to an Enum in C# and WPF using XAML and MVVM
I saw a lot of posts on how to bind an enum to a combobox using code behind and C#, but since I was using MVVM, I needed a different solution. I basically wanted to bind a list of the enums in a ma…