In Silverlight 4, you can bind data to a DependencyObject (instead of the Framework element in previous versions). So far so good, but how do I link the DependencyObjects collection again.
The DataContext is not passed from the ObservableCollection to the elements of the collection, so DependencyProperties of DependencyObjects are never called (nor changed events). Neither DependencyObject offers a SetBinding or DataContext to initialize the binding manually.
Thanks for any advice here.
source share