FMX.Colors.TColorListBox.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.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorListBox

Description

Specifies the height of the items from the list box.

FMX.Colors.TColorListBox.ItemHeight inherits from FMX.ListBox.TCustomListBox.ItemHeight. All content below this line refers to FMX.ListBox.TCustomListBox.ItemHeight.

Specifies the height of the items from the list box.

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

See Also