ScrollBar.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the ScrollBar is displayed horizontally or vertically.
public:
property System::Windows::Controls::Orientation Orientation { System::Windows::Controls::Orientation get(); void set(System::Windows::Controls::Orientation value); };
public System.Windows.Controls.Orientation Orientation { get; set; }
member this.Orientation : System.Windows.Controls.Orientation with get, set
Public Property Orientation As Orientation
Property Value
An Orientation enumeration value that defines whether the ScrollBar is displayed horizontally or vertically. The default is Vertical.
Examples
The following example shows how to set the Orientation property for a ScrollBar control.
myScrollBar.Orientation = Orientation.Horizontal;
myScrollBar.Orientation = Orientation.Horizontal
<ScrollBar Name="myScrollBar" Orientation="Horizontal"/>
Remarks
Dependency Property Information
Identifier field | OrientationProperty |
Metadata properties set to true |
None |