Skip to main content

TdxCustomLayoutGroup.UseIndent Property

Specifies whether margins are used to separate group element edges from one another.

Declaration

property UseIndent: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the UseIndent property to True to separate the edges of group elements from one another within a group. If the LayoutDirection property is set to ldHorizontal, the UseIndent property affects the margin that separates the left edge of a group element from the right edge of the previous element. If the LayoutDirection property is set to ldVertical, the UseIndent property setting affects the margin that separates the top edge of a group element from the bottom edge of the previous element. If the UseIndent property is set to False, all group elements are closely placed within the group.

The default value of the UseIndent property is True.

See Also