When I set a node to have an icon
and I set its Node.ImageUrl to a value like ../images/nodeicon.gif
I would expect it to go down a folder from where I am and back up in to images and display the \"nodeicon.gif\" if there is one there.
I have made sure that the images are there but I cant find the path where the tree is looking for the icons.
I've also noticed that the default node goes to
ImageUrl=\"winxp/default.gif\"
and in the TreeControl there is
IconSetPath=\"winxp/\"
Where is the root folder for the icons ?