Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 895 Bytes

scrollbar_orientation.md

File metadata and controls

32 lines (21 loc) · 895 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.ScrollBar.Orientation
winrt property

Windows.UI.Xaml.Controls.Primitives.ScrollBar.Orientation

-description

Gets or sets a value that indicates whether the ScrollBar is displayed horizontally or vertically.

-xaml-syntax

<ScrollBar Orientation="Horizontal"/>
-or-
<ScrollBar Orientation="Vertical"/>

-property-value

An Orientation enumeration value that defines whether the ScrollBar is displayed horizontally or vertically. The default is Horizontal. Specific control templates might change this value, which would cause the templated value to be the apparent runtime default.

-remarks

-examples

-see-also