The properties 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
AutoScroll | bool.
Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries. | |
AutoScrollMargin | System.Drawing.Size.
Gets or sets the size of the auto-scroll margin. | |
AutoScrollMinSize | System.Drawing.Size.
Gets or sets the minimum size of the auto-scroll. | |
AutoScrollPosition | System.Drawing.Point.
Gets or sets the location of the auto-scroll position. | |
[read-only] override | DisplayRectangle | System.Drawing.Rectangle.
Gets the rectangle that represents the virtual display area of the control. |
[read-only] | DockPadding | ScrollableControl.DockPaddingEdges.
Gets the dock padding settings for all edges of the control. |
[read-only] | HorizontalScroll | HScrollProperties.
Gets the characteristics associated with the horizontal scroll bar. |
[read-only] | VerticalScroll | VScrollProperties.
Gets the characteristics associated with the vertical scroll bar. |
[read-only] override | CreateParams | CreateParams. Documentation for this section has not yet been entered. |
HScroll | bool.
Gets or sets a value indicating whether the horizontal scroll bar is visible. | |
VScroll | bool.
Gets or sets a value indicating whether the vertical scroll bar is visible. |