Skip to content

Example shows changing the rendering mode of wpf datagrid to drawing for improved loading and scrolling performance.

Notifications You must be signed in to change notification settings

SyncfusionExamples/wpf-datagrid-scrolling-performance-with-more-rows-and-columns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WPF DataGrid - Scrolling performance with more number of rows and columns

By default, datagrid loads textblock as cell content and re-uses the same during scroll operations. Compare to loading textblock drawing the text will enhance the performance. You can change the rendering mode of datagrid to drawing by setting UseDrawing as Default to improve loading and also scrolling performance. To learn more about changing the rendering more read improving loading and scrolling performance using light weight templates.

Reference

WPF DataGrid Performance

WPF DataGrid

More examples

WPF DataGrid - Working with large numbers of records

WPF DataGrid Performance - Asynchronous scrolling example

About

Example shows changing the rendering mode of wpf datagrid to drawing for improved loading and scrolling performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages