By mswatcher
via stephenhardie.blogspot.in
Submitted: Feb 04 2013 / 10:20
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 the setup was more than I wanted to do every time I needed an enumerated bound ComoBox and came up with my own EnumerationDataProvider. In addition to simplifying the setup I added the following features / customizations...
Add your comment