The members of System.Windows.Forms.ScrollableControl are listed below.
See Also: Inherited members from System.Windows.Forms.Control
Initializes a new instance of the System.Windows.Forms.ScrollableControl class. |
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. |
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. |
ScrollControlIntoView(Control)
| ||
SetAutoScrollMargin(int, int)
|
AdjustFormScrollbars(bool)
| ||
GetScrollState(int)
| ||
override | OnLayout(LayoutEventArgs)Documentation for this section has not yet been entered. | |
override | OnMouseWheel(MouseEventArgs)
| |
override | OnPaddingChanged(EventArgs)
| |
override | OnPaintBackground(PaintEventArgs)
| |
override | OnRightToLeftChanged(EventArgs)Documentation for this section has not yet been entered. | |
OnScroll(ScrollEventArgs)
| ||
override | OnVisibleChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | ScaleControl(System.Drawing.SizeF, BoundsSpecified)Documentation for this section has not yet been entered. | |
override | ScaleCore(float, float)Documentation for this section has not yet been entered. | |
ScrollToControl(Control)
| ||
SetDisplayRectLocation(int, int)
| ||
SetScrollState(int, bool)
| ||
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
Scroll |
Occurs when the user or code scrolls through the client area. |