Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 899 Bytes

scrollbar_orientation.md

File metadata and controls

30 lines (21 loc) · 899 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Primitives.ScrollBar.Orientation
winrt property

Microsoft.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