Skip to main content

TdxTileControlItem.Size Property

Switches between the item’s sizes.

Declaration

property Size: TdxTileControlItemSize read; write; default tcisRegular;

Property Value

Type Default
TdxTileControlItemSize tcisRegular

Remarks

You can use this property in combination with the RowCount property to vertically enlarge the item, making it easier for end-users to view and interact with this item.

Note

To postpone immediate repainting of the tile control in response to layout/appearance changes, enclose the code that modifies the Size property for a number of tile items within the BeginUpdate/EndUpdate method blocks.

The default value of the Size property is tcisRegular.

See Also