FMX.ListBox.TCustomComboBox.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Single read GetItemHeight write SetItemHeight;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

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