ScrollViewer::SetIsDeferredScrollingEnabled Method (DependencyObject^, Boolean)
.NET Framework (current version)
Sets the IsDeferredScrollingEnabled property for the specified object.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static void SetIsDeferredScrollingEnabled( DependencyObject^ element, bool value )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The object on which to set the IsDeferredScrollingEnabled property.
- value
-
Type:
System::Boolean
true to have the content remain stationary when the user drags the Thumb of a ScrollBar; otherwise, false.
Displaying a large number of items may cause performance issues. In this case, it might be useful to use deferred scrolling. For more information, see Optimizing Performance: Controls.
.NET Framework
Available since 3.0
Available since 3.0
Show: