FMX.Layouts.TScrollContent

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TContentFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTScrollContent

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.

See Also