Skip to main content

TdxLayoutLookAndFeelOffsets.ItemsAreaOffsetHorz Property

Specifies the horizontal indentation (in pixels) between layout items and their parent group‘s vertical borders.

Declaration

property ItemsAreaOffsetHorz: Integer index 3 read; write;

Property Value

Type
Integer

Remarks

Use this property to control the horizontal offsets of the client area (items area) of a group. Said differently, the left and right parent group margins have the same value specified by the ItemsAreaOffsetHorz property. The ItemsAreaOffsetHorz property value specifies the horizontal indentation of items from their parent group’s borders.

If the ItemsAreaOffsetHorz property is 0 and the OffsetItems property is False, there is no horizontal indentation between items and parent group edges. The ItemsAreaOffsetHorz property value is a positive number that cannot be less than 0.

The ItemsAreaOffsetHorz property setting is inactive if the parent group ShowBorder property is set to False.

See Also