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
Represents an object that can hold scrollable content.
The TScrollContent class implements functionality to work with a scrollable area that can hold multiple objects on its surface. For more information regarding contents, refer to the TContent API help topic.
A TScrollBox object uses a TScrollContent object in order to provide an area onto which you can place any other graphical components.