Questions tagged [collectionview.refresh]

The Refresh method of the ICollectionView interface and the CollectionView class.

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…