たくさん持っていObservableCollection<MeClass> Result
て、それらをすべて別のものに結合する必要があるObservableCollection<MeClass> AllResults
ので、listview
.
それらをすべて1つに組み合わせる方法がわからないだけです。
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.