API:FMX.Layouts

From RAD Studio API Documentation
Jump to: navigation, search

Classes

TCustomScrollBox
TFlowDirectionHelperFor internal use. TFlowDirectionHelper is a record helper that provides fields for a scoped enumeration, the FMX.Layouts.TFlowDirection type.
TFlowJustifyHelperFor internal use. TFlowJustifyHelper is a record helper that provides fields for a scoped enumeration, the FMX.Layouts.TFlowJustify type.
TFlowLayoutA control that arranges its child controls as if they were words in a paragraph.
TFlowLayoutBreakA dummy control that inserts a new line in a TFlowLayout.
TFramedScrollBoxRepresents a TScrollBox and does not extend the base class with new functionality.
TFramedVertScrollBoxRepresents a TFramedScrollBox with an applied framedscrollboxstyle style lookup.
TGridLayoutA control that arranges child controls in a grid of equally sized cells.
TGridPanelLayoutImplements a grid panel layout control in which each component is placed within a cell on a grid panel.
THorzScrollBoxRepresents a TScrollBox restricted to horizontal scrolling.
TLayoutA layout is a container for other graphical objects.
TScaledLayoutA FireMonkey scaled layout is a wrapper over TControl and acts like a layer for other objects with the possibility of scaling its content according to the physical dimensions of the layout.
TScrollBoxRepresents a scrolling area (a scroll box) in a FireMonkey form.
TScrollCalculationsEncapsulates methods calculating inertial scroll moving for controls with scrollable areas.
TScrollContentRepresents an object that can hold scrollable content.
TVertScrollBoxRepresents a TScrollBox restricted to vertical scrolling.

Types

TFlowDirectionSpecifies the direction in which the controls are arranged within a TFlowLayout.
TFlowJustifySpecifies the alignment of child controls within a TFlowLayout.
TFlowLayoutRulesRecord that stores the rules followed by TFlowLayout.
TOnCalcContentBoundsEventThe method pointer type used to define OnCalcContentBounds events.
TPositionChangeEventThe method pointer type used to define OnViewportPositionChange events.