TreeView Xojo plugin

TreeViewNode.Image Property

Sets or gets the node image.

Image as Picture {Read and Write}

Remarks

Setting the Image property does not trigger refresh. You are responsible for either refreshing the control or setting LockDrawing to false once you are ready to have the control repainted.

Note:
Optimal size of a Node image is 16x16 pixels.

See Also

TreeViewNode Class