FMX.ListView.TAppearanceListView.ItemAppearanceName
Delphi
property ItemAppearanceName: string read GetItemAppearanceName write SetItemAppearanceName stored False;
C++
__property System::UnicodeString ItemAppearanceName = {read=GetItemAppearanceName, write=SetItemAppearanceName, stored=false};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TAppearanceListView |
Description
Name of the appearance of regular list view items.
When your list view switches between display mode and edit mode, the item appearance switches between the appearance defined in the ItemAppearanceName property (display mode) and the appearance defined in the ItemEditAppearanceName property (edit mode). Items may display an animation as their appearance changes.
Possible values are:
ItemAppearanceName | ItemEditAppearanceName | List Item Preview | |
---|---|---|---|
Not Selected | Selected | ||
Custom | Custom | ||
ImageListItem | ImageListItemDelete ImageListItemShowCheck |
![]() ![]() |
![]() ![]() |
ImageListItemBottomDetail | ImageListItemBottomDetailShowCheck | ![]() ![]() |
![]() ![]() |
ImageListItemBottomDetailRightButton | ImageListItemBottomDetailRightButtonShowCheck | ![]() ![]() |
![]() ![]() |
ImageListItemRightButton | ImageListItemRightButtonDelete ImageListItemRightButtonShowCheck |
![]() ![]() |
![]() ![]() |
ListItem | ListItemDelete ListItemShowCheck |
![]() ![]() |
![]() ![]() |
ListItemRightDetail | ListItemRightDetailDelete ListItemRightDetailShowCheck |
![]() ![]() |
![]() ![]() |
See Also
- FMX.ListView.TAppearanceListView.ItemAppearanceClassName
- FMX.ListView.TAppearanceListView.ItemHeight