API:FMX.ScrollBox.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, IIgnoreControlPosition)

C++

class PASCALIMPLEMENTATION TScrollContent : public Fmx::Controls::TContent

Properties

Type Visibility Source Unit Parent
class public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox FMX.ScrollBox

Description

Provides an easy way to realign the children of a control.

FMX.ScrollBox.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.

See Also