Documentation for this section has not yet been entered.
The functionality of the ScrollableControl.HScroll property can also be accomplished through calls to the ScrollableControl.GetScrollState(int) and ScrollableControl.SetScrollState(int, bool) methods using ScrollableControl.ScrollStateHScrollVisible as the parameter.
Note ScrollableControl.AutoScroll maintains the visibility of the scrollbars automatically. Therefore, setting the ScrollableControl.HScroll or ScrollableControl.VScroll properties to true have no effect when ScrollableControl.AutoScroll is enabled.