By tag: ObjectDataProvider
0
kicks
Bind to many method simultaneously. Binding in WPF part 2.
Target:
We have some views that have as source one shared collection. They are located in any ItemsControls (ListBoxs in my case). Those views pass form different parametrized methods (we use the ObjectDataProvider and bind to a method possibility for this purposes). How can we implement one contro...