ScrollViewer.SetVerticalScrollBarVisibility Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value of the VerticalScrollBarVisibility dependency property to a specified element.
Assembly: System.Windows (in System.Windows.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.
| Exception | Condition |
|---|---|
| ArgumentNullException | element is null. |
Show: