ScrollBar.Orientation Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets whether the ScrollBar is displayed horizontally or vertically.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<ScrollBar Orientation="Horizontal"/> -or- <ScrollBar Orientation="Vertical"/>
Property Value
Type: System.Windows.Controls.OrientationAn Orientation enumeration value that defines whether the ScrollBar is displayed horizontally or vertically. The default is Horizontal.
Dependency property identifier field: OrientationProperty
Show: