Skip to main content

TdxCustomLayoutGroup.ItemControlAreaAlignment Property

Specifies the alignment of linked controls within the group‘s layout elements.

Declaration

property ItemControlAreaAlignment: TdxLayoutItemControlAreaAlignment read; write; default catDefault;

Property Value

Type Default
TdxLayoutItemControlAreaAlignment catDefault

Remarks

Values include:

Value Meaning
catNone Auto alignment is not performed.
catAuto Controls are aligned to an item whose caption is the largest in the layout content.
catOwn Within the parent container, the content is aligned independently from other containers.
catDefault Similar to catAuto, controls are aligned to an item whose caption is the largest in the layout content. Although for tabbed groups, the content is aligned in each group independently from other groups.

The ItemControlAreaAlignment property is in effect if the layout control’s OptionsItem.AutoControlAreaAlignment property or a layout item’s ControlOptions.AutoControlAreaAlignment property is True.

The default value of the ItemControlAreaAlignment property is catDefault.

See Also