System.Windows.Forms.ScrollableControl: Method Members

The methods 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

Public Methods

ScrollControlIntoView(Control)

Scrolls the specified child control into view on an auto-scroll enabled control.

SetAutoScrollMargin(int, int)

Sets the size of the auto-scroll margins.

Protected Methods

AdjustFormScrollbars(bool)

Adjusts the scroll bars on the container based on the current control positions and the control currently selected.

GetScrollState(int) : bool

Determines whether the specified flag has been set.

override
OnLayout(LayoutEventArgs)
Documentation for this section has not yet been entered.
override
OnMouseWheel(MouseEventArgs)

Raises the Control.MouseWheel event.

override
OnPaddingChanged(EventArgs)

Raises the Control.PaddingChanged event.

override
OnPaintBackground(PaintEventArgs)

Paints the background of the control.

override
OnRightToLeftChanged(EventArgs)
Documentation for this section has not yet been entered.
OnScroll(ScrollEventArgs)

Raises the ScrollableControl.Scroll event.

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) : System.Drawing.Point

Calculates the scroll offset to the specified child control.

SetDisplayRectLocation(int, int)

Positions the display window to the specified value.

SetScrollState(int, bool)

Sets the specified scroll state flag.

override
WndProc(ref Message)
Documentation for this section has not yet been entered.