Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.
Syntax
<ScrollViewer HorizontalScrollBarVisibility="scrollBarVisibilityMemberName"/> -or- <object ScrollViewer.HorizontalScrollBarVisibility="scrollBarVisibilityMemberName"/>
XAML Values
- scrollBarVisibilityMemberName
-
A named constant of the ScrollBarVisibility enumeration, such as Auto.
Property value
Type: ScrollBarVisibility
A ScrollBarVisibility value that indicates whether a horizontal ScrollBar should be displayed. The default value is Disabled.
Remarks
For XAML usage, HorizontalScrollBarVisibility can either be an attribute on an explicit ScrollViewer element, or a ScrollViewer.HorizontalScrollBarVisibility attached property usage on an element that is a child of a control that supports scrollview implicitly in its template. Controls with a ScrollViewer as part of their composition typically use template binding such that setting the attached property at the level of the control will change the scroll behavior of the ScrollViewer part within the control. Otherwise, it may be necessary to replace the template in order to change the scroll behavior of a ScrollViewer part.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013