ScrollViewer.SetVerticalScrollBarVisibility Method
May 02, 2013
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. |