FMX.ListView.Types.TListItemDrawable.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single index 1 read FHeight write SetOneDimension;

C++

__property float Height = {read=FHeight, write=SetOneDimension, index=1};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemDrawable

Description

Height of a list item inside its designated area.

If the Height value is set to 0, the list item occupies the entire height of the designated area.

See Also