1 Attachment(s)
Treeview Icon Not Displaying
I have a treeview that goes three levels Deep:
1) Parent (Group of Servers)
2) Child (Server Name)
3) Child of the Child (Property of the Server)
I have loaded an imagelist and am trying to display icons for each of the items in the corresponding level. The first two levels display their icons fine.
The 3rd level only displays the icon if the Node is currently selected --- see attached image.
Is there are a limitation on the treeview icons? Is this normal? I need to display the icons for all of the levels at the same time. They will evetually be used to display the current status for all of the servers and their "properties."
Thanks!!!!
Kevin
P.S. My first time working with a TreeView