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

TdxTileControlOptionsView.ItemHeight Property

Specifies the absolute height (in pixels) of a regular tile or tile bar item.

#Declaration

Delphi
property ItemHeight: Integer read; write;

#Property Value

Type
Integer

#Remarks

Regular tile and tile bar items are ItemWidth pixels wide by ItemHeight pixels high. The other predefined tile item sizes are derived from these property values. For additional information, refer to the TdxTileControlItemSize type description.

The ItemHeight property automatically updates by multiplying its current value by the form’s scaling factor every time it changes.

Note

To postpone immediate repainting of the tile control in response to ItemHeight/ItemWidth property changes, enclose the code that performs bulk modifications within the BeginUpdate/EndUpdate method blocks.

The default ItemHeight property value for the tile and tile bar controls is determined by the dxTileControlDefaultItemSize and dxTileBarDefaultItemHeight global constants, respectively.

See Also