Back to Devexpress

TdxCustomLayoutItem.AlignVert Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitem-f95450c0.md

latest1.8 KB
Original Source

TdxCustomLayoutItem.AlignVert Property

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

Declaration

delphi
property AlignVert: TdxLayoutAlignVert read; write;

Property Value

Type
TdxLayoutAlignVert

Remarks

Options include:

ValueDescriptionExample
avTopAn item/group is aligned to the top of its parent group.
avCenterAn item/group is centered within its parent group.
avBottomAn item/group is aligned to the bottom of its parent group.
avClientAn item/group occupies as much of its parent group client height as it can.
avParentManagedAn 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

TdxCustomLayoutControl.ApplyBestFit

TdxCustomLayoutItem.AlignHorz

TdxCustomLayoutItem Class

TdxCustomLayoutItem Members

dxLayoutContainer Unit