Question

how to enable deferred scrolling on DataGrid control? There are corresponding properties in ListBox, ListView, etc, but seems that such property for DataGrid simply does not exist

Was it helpful?

Solution

in XAML (Attached property)

ScrollViewer.IsDeferredScrollingEnabled="True"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top