سؤال

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

هل كانت مفيدة؟

المحلول

in XAML (Attached property)

ScrollViewer.IsDeferredScrollingEnabled="True"
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top