Does the TreeView SelectedImageIndex always default to something (maybe index 0) even if it is not set? In my app, I do not want the image to change when I select a node because I have the image set according to the contents of the node. However, everytime I select a node the selected node image changes. If this is true, how dow I keep the image from changing?