Expanding Node in Treeview Selects Node
I have a simple treeview on my form with a few nodes containing children. When the + next to a node is clicked to expand the node to expose its children, that node also gets selected. I simply want that part of the tree to expand but not select the node with the children, but rather leave the previously selected node selected. Is this possible?