How to Add Icons to a Tree View |
To add icons to a tree view:
NOTE: You can define more than one image per tree view node. When a column in the SQL Query of a tree view node has an alias TREE_IMAGE, the value will be transferred to an image and used as the image that is displayed in front of the node. The image properties are still available but a definition of an image in the SELECT list overrules the Image property. SELECT <value>, 'NodeImage.ico' "TREE_IMAGE" FROM <table> |