ScrollViewer::SetCanContentScroll Method (DependencyObject^, Boolean)
.NET Framework (current version)
Sets the value of the CanContentScroll dependency property to a given element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static void SetCanContentScroll( DependencyObject^ element, bool canContentScroll )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The element on which to set the property value.
- canContentScroll
-
Type:
System::Boolean
The property value to set.
.NET Framework
Available since 3.0
Available since 3.0
Show: