Vcl.ComCtrls.TListView.TileOptions
Delphi
property TileOptions;
C++
__property TileOptions;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TListView |
Description
adjusts tile items.
TileOptions property adjusts tile items.
This property allows you to modify the following tile options
- SizeType, which defines the type of the item size (auto size or fixed size variations).
- Width and Height of the tile, if a fixed size type is set.
- LabelMargins, the margins for the label (all text lines) inside an item.
- SubLineCount, the count of lines that can be below the item Caption.