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

TdxGalleryControlOptionsView.ContentOffsetItems Property

Specifies internal offset for items (in pixels).

#Declaration

Delphi
property ContentOffsetItems: TcxMargin read; write;

#Property Value

Type
TcxMargin

#Remarks

This property sets margins for items.

The image below shows how the control’s appearance changes when setting ContentOffsetItems.Left to 30.

Default ContentOffsetItems ContentOffsetItems.Left = 30

The default value of the ContentOffsetItems.All property is 6.

See Also