I have an ObserveableCollection that contains another ObserveableCollection. In my WPF, I set the binding to Person.Lectures. My problem now, when I change any value in the collection of "lectures", the collection "people" does not notify about it, and I am not attached to any. Is this generally a problem when using an ObserveableCollection in another ObserveableCollection?
How can I solve this problem so that my binding will respond?
ObservableCollection INotifyCollectionChanged, (, ..) .
, , , ObservableCollection, INotifyPropertyChanged. , , , , .
. "" ? , , "", ObservableCollection. , ObservableCollection, "", ObservableCollection?
, ObservableCollection of Person, ObservableCollection of Lectures. ? , , .
( WPF ) ObservableCollection, BindingList "" .
ObservableCollection
BindingList
, BindingList BindingList , .
.