TdxCustomLayoutGroup.ItemControlAreaAlignment Property
In This Article
Specifies the alignment of linked controls within the group‘s layout elements.
#Declaration
Delphi
property ItemControlAreaAlignment: TdxLayoutItemControlAreaAlignment read; write; default catDefault;
#Property Value
Type | Default |
---|---|
Tdx |
cat |
#Remarks
Values include:
Value | Meaning |
---|---|
cat |
Auto alignment is not performed. |
cat |
Controls are aligned to an item whose caption is the largest in the layout content. |
cat |
Within the parent container, the content is aligned independently from other containers. |
cat |
Similar to cat |
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