You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataGrid offers asynchronous scrolling mode to update the binding of rows asynchronously without affecting the UI during load and scroll operations. Asynchronous scrolling can be enabled by setting [ScrollMode](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.SfDataGrid~ScrollMode.html) as `Async`. When enabling asynchronous scrolling the rendering will be visible to user like fade animation.
[WPF DataGrid - Working with large number of records example](https://github.com/SyncfusionExamples/working-with-large-numbers-of-records-in-wpf-datagrid)
13
+
14
+
[WPF DataGrid - Scrolling performance with more number of rows and columns example](https://github.com/SyncfusionExamples/wpf-datagrid-scrolling-performance-with-more-rows-and-columns)
0 commit comments