I stumbled over ListCollectionView and made me think about the best practices. When and why should i use ListCollectionView over ObservableCollection? for example.
When and why should i use ListCollectionView over ObservableCollection?
Probably never...
ListCollectionView represents a view of a collection; it is created when you use CollectionViewSource.GetDefaultView on a collection that implements IList. You typically don't create it yourself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With