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
.NET Framework (current version)
Gets or sets a value indicating whether the horizontal scroll bar is visible.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 1.1
Show: