FMX.Colors.TColorComboBox.ItemHeight

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ItemHeight: Single read GetItemHeight write SetItemHeight default 0;

C++

__property ItemHeight = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorComboBox

Beschreibung

Gibt die Höhe der Einträge in der Dropdown-Liste an.

FMX.Colors.TColorComboBox.ItemHeight erbt von FMX.ListBox.TCustomComboBox.ItemHeight. Der folgende Inhalt bezieht sich auf FMX.ListBox.TCustomComboBox.ItemHeight.

Gibt die Höhe der Einträge in der Dropdown-Liste an.

Mit RowSize wird die Höhe (in Pixel) der Einträge in der Liste des Kombinationsfeldes angegeben.

Siehe auch