API:FMX.Layouts
Classes
| TCustomScrollBox | The base class for controls representing a scrolling area (scroll box). |
| TFlowLayout | A control that arranges its child controls as if they were words in a paragraph. |
| TFlowLayoutBreak | A dummy control that inserts a new line in a TFlowLayout. |
| TFramedScrollBox | Extends TCustomScrollBox declaring published properties. |
| TFramedVertScrollBox | Represents a TFramedScrollBox with an applied framedscrollboxstyle style lookup. |
| TGridLayout | A control that arranges child controls in a grid of equally sized cells. |
| TGridPanelLayout | Implements a grid panel layout control in which each component is placed within a cell on a grid panel. |
| THorzScrollBox | Represents a TScrollBox restricted to horizontal scrolling. |
| TLayout | A layout is a container for other graphical objects. |
| TScaledLayout | A 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. |
| TScrollBox | Extends TCustomScrollBox declaring published properties. |
| TScrollCalculations | Encapsulates methods calculating inertial scroll moving for controls with scrollable areas. |
| TScrollContent | Represents an object that can hold scrollable content. |
| TVertScrollBox | Represents a TScrollBox restricted to vertical scrolling. |
Types
| TFlowDirection | Specifies the direction in which the controls are arranged within a TFlowLayout. |
| TFlowJustify | Specifies the alignment of child controls within a TFlowLayout. |
| TFlowLayoutRules | Record that stores the rules followed by TFlowLayout. |
| TOnCalcContentBoundsEvent | The method pointer type used to define OnCalcContentBounds events. |
| TPositionChangeEvent | The method pointer type used to define OnViewportPositionChange events. |