I'm trying to populate each cell of one column with an image.
I've tried using <IMG src= method, but I can't find the correct way to define the source. The document indicates that you can use a TPictureContainer, or, I guess normal URL?
Is there any documentation covering use of the TPictureContainer? And is there any other way for putting an image into a TAdvTreeView cell?
I've tried the Icons version, but the images are too large and I can't get the images the right size, and to stay on the screen (I used the BeforeNodeIconDraw event). I can get round it by resizing the images on the disk prior to the treeview load, so there's a way round, but it's a bit mucky.
Trying the HTML approach, I can't make it work for the images. I've checked it works ok for other things (text bold, etc). I'm using: