Skip to main content

TdxCustomLayoutItem.AlignVert Property

Specifies the vertical alignment of an item/group within its parent group.

Declaration

property AlignVert: TdxLayoutAlignVert read; write;

Property Value

Type
TdxLayoutAlignVert

Remarks

Options include:

Value Description Example
avTop An item/group is aligned to the top of its parent group.
avCenter An item/group is centered within its parent group.
avBottom An item/group is aligned to the bottom of its parent group.
avClient An item/group occupies as much of its parent group client height as it can.
avParentManaged An alignment is performed by the parent container, dependant upon the container’s layout settings.

Note

You can place several items, whose AlignVert property is set to avClient, onto the layout control. These items will use as much space as they can, but all of them will be displayed.

The default value of this property is avParentManaged.

See Also