Slow and Stuttery WPF Grid Scrolling when loaded with large amounts of data (40 columns, 2000 rows)

▼魔方 西西 提交于 2019-12-04 07:28:15

The Data Grid that comes with .NET 40 works just fine for well over that. Tested with 200 columns and 50K rows (mix of int32, double, strings and custom class displays.

There are flags to turn on row and column virtualizations. Remember though that if you are doing grouping, that kills row virtualization.

I get around that by using my own drill down - two table - user control to get grouping functionality. Not great but sufficient for my needs.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!