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

TdxLayoutLookAndFeelOffsets.ItemsAreaOffsetVert Property

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

#Declaration

Delphi
property ItemsAreaOffsetVert: Integer index 4 read; write;

#Property Value

Type
Integer

#Remarks

Use this property to control the vertical offsets of the client area (items area) of a group. Said differently, the top and bottom parent group margins have the same value specified by the ItemsAreaOffsetVert property. The ItemsAreaOffsetVert property value specifies the vertical indentation of items from its parent group’ borders.

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

The ItemsAreaOffsetVert property setting is inactive if the parent group’s ShowBorder property is set to False.

See Also