WPF's ICollectionView.filter with large sets of data

后端 未结 2 755
生来不讨喜
生来不讨喜 2020-12-28 15:13

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

2条回答
  •  暖寄归人
    2020-12-28 15:31

    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.

提交回复
热议问题