FMX.ListBox.TCustomComboBox.ItemHeight

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ItemHeight: Single read GetItemHeight write SetItemHeight;

C++

__property float ItemHeight = {read=GetItemHeight, write=SetItemHeight};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox


Beschreibung

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