Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomLayoutGroup.ItemControlAreaAlignment Property

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
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