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

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

in XAML (Attached property)

ScrollViewer.IsDeferredScrollingEnabled="True"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.