API:FMX.Layouts.TScrollContent
Delphi
TScrollContent = class(TContent)
C++
class PASCALIMPLEMENTATION TScrollContent : public Fmx::Controls::TContent
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | FMX.Layouts |
Description
Provides an easy way to realign the children of a control.
FMX.Layouts.TScrollContent inherits from FMX.Controls.TContent. All content below this line refers to FMX.Controls.TContent.
Provides an easy way to realign the children of a control.
Use TContent to properly manage the automatic alignment of the control's children. The TContent class is useful when working with anchors or alignment options for certain controls.