FMX.ComboEdit.TComboEdit.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight;

C++

__property ItemHeight = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Description

Height of an item in the drop-down box.

Setting ItemHeight has an effect only if you have set DropDownKind to Custom, not Native (the default).

See Also