Is it possible to put an image on the background of a TreeView using API, if so how?
Printable View
Is it possible to put an image on the background of a TreeView using API, if so how?
Only if you make it an owner-draw tree view, but those are incredibly difficult to do.
You can do this in a listview if you don't absolutely need a treeview.