The fields of System.Windows.Forms.ScrollableControl are listed below. For a list of all members, see the ScrollableControl Members list.
See Also: Inherited members from System.Windows.Forms.Control
const | ScrollStateAutoScrolling | int (1).
Determines the value of the ScrollableControl.AutoScroll property. |
const | ScrollStateFullDrag | int (16).
Determines whether the user has enabled full window drag. |
const | ScrollStateHScrollVisible | int (2).
Determines whether the value of the ScrollableControl.HScroll property is set to true. |
const | ScrollStateUserHasScrolled | int (8).
Determines whether the user had scrolled through the System.Windows.Forms.ScrollableControl control. |
const | ScrollStateVScrollVisible | int (4).
Determines whether the value of the ScrollableControl.VScroll property is set to true. |