FMX.ListView.TListView.ItemAppearance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemAppearance: TPublishedAppearance read FAppearanceProperties write SetAppearanceProperties;

C++

__property ItemAppearance;

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Specifies the various options that are used when rendering the list view items.

FMX.ListView.TListView.ItemAppearance inherits from FMX.ListView.TAppearanceListView.ItemAppearance. All content below this line refers to FMX.ListView.TAppearanceListView.ItemAppearance.

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.

See Also