ScrollBar::Orientation Property
.NET Framework (current version)
Gets or sets whether the ScrollBar is displayed horizontally or vertically.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property Orientation Orientation { Orientation get(); void set(Orientation value); }
Property Value
Type: System.Windows.Controls::OrientationAn Orientation enumeration value that defines whether the ScrollBar is displayed horizontally or vertically. The default is Vertical.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: