Class TCastleVerticalGroup
Unit
CastleControls
Declaration
type TCastleVerticalGroup = class(TCastlePackedGroup)
Description
Container that packs the children vertically.
The children are packed from top-to-bottom, in the order determined by their back-to-front relation. E.g. if you add all the children using InsertFront, then they will appear in the same order, top-to-bottom, in the control. You can invert this by setting TopToBottom to False
.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure DoPackChildren(out W, H: Single); override; |
|
|
constructor Create(AOwner: TComponent); override; |
|
Properties
|
property Alignment: THorizontalPosition
read FAlignment write SetAlignment default hpLeft; |
The alignment of children inside this control.
|
|
property TopToBottom: boolean read FTopToBottom write SetTopToBottom
default true; |
|
Generated by PasDoc 0.16.0.