FMX.ListView.Types.TListItem.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read FHeight write SetHeight;

C++

__property int Height = {read=FHeight, write=SetHeight, nodefault};

Properties

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

Description

Sets the height of cells for each TListItem.

See Also