FMX.ListView.TAppearanceListView.ItemHeight
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
- FMX.ListView.TAppearanceListView.ItemAppearanceClassName
- FMX.ListView.TAppearanceListView.ItemAppearanceName