I\'m working on an wpf app which contains a listview with quite a lot of data (10 000 to 100 000) rows. The user can apply all sorts of filters to this listview making the f
Have you considered filtering in another thread or using the dispatcher?
WPF Threads: Build more responsive apps with the dispatcher gives you a nice overview of some of the threading options available to you.