Have a bunch of ObservableCollection<MeClass> Result
and require to combine them all into another ObservableCollection<MeClass> AllResults
so I can display it in a listview
.
Just not sure how to combine them all in one.
I Created a new class to combine them all but not sure how they will get updated after I got the list once... So not really sure which direction to take.
I know about INotifyPropertyChanged
I'm just not sure how to combine them all and keep updating as everything changes.
CompositeCollectionView
. It'sCanGroup
isfalse
, and itsICollectionView.GroupDescriptions
property isnull
and is non-settable. – Hectograph