FMX.ListView.TAppearanceListView.ItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemHeight: Integer read GetItemHeight write SetItemHeight;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView

Description

Height in pixels of each regular list view item.

See Also