Class TCastleVerticalGroup
Unit
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.
Source: ui/castlecontrols_groups.inc (line 128).
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleUserInterface
- TCastlePackedGroup
- TCastleVerticalGroup
Generated by PasDoc 0.17.0.snapshot.