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.
Hierarchy
- TObject
 - TPersistent
 - TComponent
 - TCastleComponent
 - TCastleUserInterface
 - TCastlePackedGroup
 - TCastleVerticalGroup
 
Overview
Methods
![]()  | 
procedure DoPackChildren(out W, H: Single); override; | 
![]()  | 
constructor Create(AOwner: TComponent); override; | 
![]()  | 
function PropertySections(const PropertyName: String): TPropertySections; override; | 
Properties
![]()  | 
property Alignment: THorizontalPosition
      read FAlignment write SetAlignment default hpLeft; | 
![]()  | 
property TopToBottom: boolean read FTopToBottom write SetTopToBottom
      default true; | 
Description
Methods
![]()  | 
procedure DoPackChildren(out W, H: Single); override; | 
| 
 This item has no description.  | |
![]()  | 
constructor Create(AOwner: TComponent); override; | 
| 
 This item has no description.  | |
![]()  | 
function PropertySections(const PropertyName: String): TPropertySections; override; | 
| 
 This item has no description. Showing description inherited from TCastleComponent.PropertySections. Section where to show property in the editor.  | |
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; | 
| 
 This item has no description.  | |
Generated by PasDoc 0.16.0-snapshot.


