FMX.ListView.TAppearanceListView.ItemAppearance
Delphi
property ItemAppearance: TPublishedAppearance read FAppearanceProperties write SetAppearanceProperties;
C++
__property Fmx::Listview::Appearances::TPublishedAppearance* ItemAppearance = {read=FAppearanceProperties, write=SetAppearanceProperties};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TAppearanceListView |
Description
Specifies the various options that are used when rendering the list view items.
- Note: This is a design-time property. At run time access the relevant properties of the list view instead. See TPublishedAppearance for more information.
Use the ItemAppearance property in order to control how an item from this list view component is displayed. The ItemAppearance property controls the footer, header, and list item appearance and height, and also the list item appearance and height when in edit mode.