FMX.ListView.Appearances.TPublishedAppearance.ItemEditHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemEditHeight: Integer read GetItemEditHeight write SetItemEditHeight stored IsItemEditHeightStored nodefault;

C++

__property int ItemEditHeight = {read=GetItemEditHeight, write=SetItemEditHeight, stored=IsItemEditHeightStored, 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 edit mode in this list view component.

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

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

See Also