How to create an observable collection that filtered from other observable collection

I wanna create a filter version of the ErrorList, and I want the ErrorList add or delete Item it will do the same if have any that pass the where condition
1 Reply
Klarth
Klarth2y ago
WPF? You use CollectionViewSource / ICollectionView. Or more complicated but infinitely more flexible, you use https://github.com/reactivemarbles/DynamicData