FMX.Pickers.TCustomListPicker.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Single read FItemHeight write FItemHeight;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker

Description

Keeps the height of an item.

A picker object obtains the default ItemHeight value (in pixels) from the TPopupBox control containing the current picker object.

See Also