FMX.ListBox.TListBox.ItemHeight

From RAD Studio API Documentation

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight default 0;

C++

__property ItemHeight = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

Description

Specifies the height of the items from the list box. {{#multireplace:FMX.ListBox.TListBox.ItemHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ListBox.TCustomListBox.ItemHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ListBox.TCustomListBox.ItemHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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