Skip to content

ScrollableControl

ProGraMajster edited this page Mar 28, 2026 · 1 revision

ScrollableControl

← Back to Control Inventory

Summary

Represents a ScrollableControl control.

Example

var control = new ScrollableControl();

Documented Properties

Name Summary
AutoScroll Gets or sets a value indicating the user can scroll to controls beyond the ScrollableControl's bounds.
DisplayRectangle No XML summary yet.
HorizontalScrollProperties Provides access to the properties of the horizontal scrollbar.
VerticalScrollProperties Provides access to the properties of the vertical scrollbar.

Documented Methods

Name Summary
#ctor Initializes a new instance of the ScrollableControl class.
AdjustFormScrollbars Adjusts the scrollbars based on the currently contained controls.
OnLayout No XML summary yet.
OnPaint No XML summary yet.
OnScroll Raises the Scroll event.

Documented Events

Name Summary
Scroll Raised when the ScrollableControl is scrolled.

Notes

  • This page was generated from the public XML documentation of ModernFormsNext.
  • Base members inherited from Control, ScrollableControl, WindowBase, or other parent types may not all be repeated here.

ModernFormsNext

Clone this wiki locally