When using TListview in vsReport ViewStyle, when activating any VCL styles, images in the header are not displayed. Casting aside the classic Windows style, images appear. (The way to display the images I'm using is to assign a TImageList to the SmallImages ListView property, and then select the image index in the Columns property for the corresponding column). How to show images in TListView header with VCL styles enabled?
source share