AdvSmoothListBox add pictures as link

Hello,

I would like to add pictures to Items with a link to an image.

Something like:
AdvSmoothListBoxPrio.Items[1].GraphicRight:="c:\picture1.pgn";
AdvSmoothListBoxPrio.Items[2].GraphicRight:="c:\picture2.pgn";

I'm aware that the above won't work, but it is to give an idea of what I would like.
I use Delphi 10.3

Thank you!

Best Regards,
Marcel

Can someone help?

Hi,

You can load the image via GraphicLeft.LoadFromfile

Ah, ok. That easy... :slight_smile:
Thank you!