I am working on a WPF desktop application using the MVVM pattern.
I am trying to filter some items out of a ListView based on the text typed in a
ListView
If I understood well what you are asking:
In the set part of your FilterText property just call Refresh() to your CollectionView.
FilterText
Refresh()
CollectionView