This is driving me crazy, i am using a treeview for the navigation tree in my app.
I have populated the tree, everything looks smashing.
Then when i select a node the image changes to the one specified in the SelectedNodeImageKey property, and this is a mandatory option. So i have to put something in there ?
How do i stop the image changing when i select a node?
I have tried using the afterselect event to immediately change the image back to the correct image, however this refreshes the treeview so collapses all at the same time.
I have populated the tree, everything looks smashing.
Then when i select a node the image changes to the one specified in the SelectedNodeImageKey property, and this is a mandatory option. So i have to put something in there ?
How do i stop the image changing when i select a node?
I have tried using the afterselect event to immediately change the image back to the correct image, however this refreshes the treeview so collapses all at the same time.