FMX.ListView.Appearances.IPublishedAppearanceOwner.ItemEditHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemEditHeight: Integer read GetItemEditHeight write SetItemEditHeight;

C++

__property int ItemEditHeight = {read=GetItemEditHeight, write=SetItemEditHeight};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances IPublishedAppearanceOwner

Description

Height of the appearance of regular list view items in edit mode.

See Also