Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ScrollableControl::HScroll Property

 

Gets or sets a value indicating whether the horizontal scroll bar is visible.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property bool HScroll {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the horizontal scroll bar is visible; otherwise, false.

The functionality of the HScroll property can also be accomplished through calls to the GetScrollState and SetScrollState methods using ScrollStateHScrollVisible as the parameter.

Note    AutoScroll maintains the visibility of the scrollbars automatically. Therefore, setting the HScroll or VScroll properties to true have no effect when AutoScroll is enabled.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft