FMX.ListView.Appearances.TPublishedAppearance.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Integer read GetItemHeight write SetItemHeight stored IsItemHeightStored nodefault;

C++

__property int ItemHeight = {read=GetItemHeight, write=SetItemHeight, stored=IsItemHeightStored, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TPublishedAppearance

Description

Specifies the height, in pixels, of an item in this list view component.

Note: This is a design-time property. At run time, access TAppearanceListView.ItemHeight instead.

Set the ItemHeight property to your desired size in pixels, in order to resize an item in this list view component. The default value for the ItemHeight property is 44.

See Also