Show: Delphi
C++
Display Preferences
FMX.Layouts.TScrollBox
From XE2 API Documentation
Delphi
TScrollBox = class(TStyledControl)
C++
class PASCALIMPLEMENTATION TScrollBox : public Fmx::Types::TStyledControl
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | FMX.Layouts |
Description
Represents a scrolling area (a scroll box) in a FireMonkey form.
Use TScrollBox to create a scroll box in a FireMonkey form.
One use of a scroll box is to group multiple graphical controls (such as buttons, list boxes, edit boxes, radio buttons, and so on) under the same scrollable parent (the scroll box itself). In this way, a smaller form can contain a lot of graphical objects organized in a scrollable manner in order to occupy less space on a graphical user interface (GUI) rich in graphical controls.
Another use of scroll boxes is to create multiple scrolling areas (views) in a form. Views are common in commercial word-processor, spreadsheet, and project management applications.