TdxTileControlItem.Size Property
Switches between the item’s sizes.
#Declaration
property Size: TdxTileControlItemSize read; write; default tcisRegular;
#Property Value
Type | Default |
---|---|
Tdx |
tcis |
#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 Begin
The default value of the Size property is tcisRegular.