FMX.ListBox.TCustomListBox.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Single read FItemHeight write SetItemHeight;

C++

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

Properties

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

Description

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