Skip to content

Commit 23b697a

Browse files
authored
Update README.md
1 parent c344f65 commit 23b697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WPF DataGrid Virtual Loading
1+
# WPF DataGrid - Working with large numbers of records
22
Example shows the built-in data virtualization support in WPF DataGrid where it processes the record creations in on-demand for better loading performance.
33

44
In this way, datagrid provides the same loading time for 1K records and 1 million record. You can enable data virtualization in datagrid by setting [EnableDataVirtualization](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.SfDataGrid~EnableDataVirtualization.html) property. Also, setting [UseDrawing](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.SfDataGrid~UseDrawing.html) property as `Default` improves the loading and also scrolling performance.

0 commit comments

Comments
 (0)