RootNode.Icons property
When my plugin is initialized and icons are added to the imagelist, and nodes have their IconIndex set, the icons are correctly shown in the explorer tool window. When I later add a new node, and in some cases also a new icon the the imagelist, the new node just displays a red x, instead of the new icon. If the new node uses an existing icon, it displays correctly.
I have verified that the added icon does infact get added correctly to the imagelist, and that the correct imagelist index is assigned to the node but still nok luck.
If i try a refresh of the tree(forcing a rebuild of the tree) the icons still doesn't display right. But if i collapse my custom tree and do a refresh, the right image is displayed.
Does the RootNode.Icons property not support dynamic addition of images.
Any thoughts would be greatly appreciated.

