Skip to main content

TdxTileControlOptionsView.ItemHeight Property

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

Declaration

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