ScrollViewer::SetVerticalScrollBarVisibility Method (DependencyObject^, ScrollBarVisibility)
.NET Framework (current version)
Sets the value of the VerticalScrollBarVisibility dependency property to a given element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static void SetVerticalScrollBarVisibility( DependencyObject^ element, ScrollBarVisibility verticalScrollBarVisibility )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The element on which to set the property value.
- verticalScrollBarVisibility
-
Type:
System.Windows.Controls::ScrollBarVisibility
The property value to set.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: