Vcl.ComCtrls.TCustomListView.TileOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TileOptions: TTileOptions read FTileOptions write SetTileOptions;

C++

__property TTileOptions* TileOptions = {read=FTileOptions, write=SetTileOptions};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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.