Questions tagged [itemscontrol.items.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…