TScrollBox
From Free Pascal wiki
Jump to navigationJump to search
│ English (en) │ suomi (fi) │ français (fr) │ 日本語 (ja) │ русский (ru) │
TScrollBox is a component that creates an area that can contain other components on a form. The visible area of a scrollbox may be (much) smaller than the summed sizes of the components(s) it contains. A TScrollbox can show scrollbars to scroll the component-surface it contains, both horizontal and vertical. A TScrollBox act much like a form in this respect.
A TScrollBox is a descendant of TWinControl and is available under the Additional tab of the Component Palette.
See also