Skip to main content

TcxCustomListView.SmallImages Property

Specifies the images that are displayed in the list view when the “icon” view style is selected.

Declaration

property SmallImages: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

The SmallImages property holds the collection of images associated with the list view items. Images from this collection are displayed beside the list view items if the ViewStyle is not vsIcon.

Each item has the ImageIndex property. This property identifies an image from the LargeImages and SmallImages lists, associated with an item. If this property value is -1, then no image is associated with an item.

The following screenshots demonstrate list view controls with ViewStyle set to vsList and vsSmallIcons correspondingly:

See Also