Is it possible that all thumbnails in ImageEnMView have a thin light-gray-color 1-pixel FRAME including the whole thumbnail together with the TopText and the BottomText?
I have set this in FormCreate:
procedure TForm2.FormCreate(Sender: TObject);
begin
ImageEnMView1.SetModernStyling();
ImageEnMView1.UpperGap := 16; // to compensate for the upper space which otherwise would be too narrow.
end;
This makes a nice styling, but a thin light-gray-color 1-pixel frame would also be nice for the eye.