The Refresh method of the ICollectionView interface and the CollectionView class.
Questions tagged [collectionview.refresh]
1 questions
1
vote
1 answer
How to call Items.Refresh()?
I am making a filter for a collection.
I know how to do it using CollectionViewSource.
But I wanted to do it without using CVS.
According to my ideas, there is a CollectionView in the ItemsControl.Items property and you can use the methods of this…

EldHasp
- 6,079
- 2
- 9
- 24