I have several sources that display the ObservableCollection<MyData> property. Now I want to associate ListBox.ItemsSource with all of them and support CollectionChanged notifications, sorting and filtering. How to do it? CompositeCollection does not support filtering.
source share