Hi all,

I have an CollectionViewSource binded to a treeview...

And I want to re-filtering the items in collectionViewSource without REFRESH it.
because now I use
Code:
MyCollectionViewSource.Refresh()
and it make my program crash without any error message.

Thanks B4.