ScrollViewer.SetHorizontalScrollBarVisibility 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 HorizontalScrollBarVisibility dependency property to a specified element.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Sub SetHorizontalScrollBarVisibility ( _ element As DependencyObject, _ horizontalScrollBarVisibility As ScrollBarVisibility _ )
Parameters
- element
- Type: System.Windows.DependencyObject
The element on which to set the property value.
- horizontalScrollBarVisibility
- Type: System.Windows.Controls.ScrollBarVisibility
The property value to set.
| Exception | Condition |
|---|---|
| ArgumentNullException | element is Nothing. |
Show: