Improve WPF DataGrid performance

后端 未结 4 2114
遇见更好的自我
遇见更好的自我 2020-11-29 01:23

In my .NET 3.5 WPF Application, I have a WPF DataGrid which will be populated with 500 columns and 50 rows. The performan

4条回答
  •  萌比男神i
    2020-11-29 02:19

    Maybe try this instead of loading all 50 rows at once

    http://www.codeproject.com/Articles/34405/WPF-Data-Virtualization

提交回复
热议问题