WPF Enumeration Data Provider [Technical Blog]
Posted: 3 Feb 2013
Updated: 11 Feb 2013
Views: 5,298
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 6
Downloaded: 0
In my recent adventures creating activity designers (Workflow Foundation 4+) I needed a way to bind a ComboBox with an enumeration and didn't want to manually wire up events in the code behind. Fortunately I found some examples on how to use an ObjectDataProvider. This worked great but I realized th