Skip to content

Commit 14d8619

Browse files
committed
updated README.md
1 parent 0142e6a commit 14d8619

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# wpf-datagrid-asynchronous-scrolling
1+
# WPF DataGrid Performance - Asynchronous Scrolling
2+
3+
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.
4+
5+
## Reference
6+
[WPF DataGrid Performance](https://help.syncfusion.com/wpf/sfdatagrid/performance)
7+
8+
[WPF DataGrid](https://www.syncfusion.com/products/wpf-ui-controls/datagrid)
9+
10+
## More examples
11+
12+
[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

Comments
 (0)