FMX.Colors.TColorComboBox.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Single read GetItemHeight write SetItemHeight default 0;

C++

__property ItemHeight = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorComboBox

Description

Specifies the height of the items from the drop-down list.

FMX.Colors.TColorComboBox.ItemHeight inherits from FMX.ListBox.TCustomComboBox.ItemHeight. All content below this line refers to FMX.ListBox.TCustomComboBox.ItemHeight.

Specifies the height of the items from the drop-down list.

Use ItemHeight to specify the height, in pixels, of the items in the combo box list.

See Also