Hello,
I'm new to
VB.NET, and I am trying to work with a tree view control. I have a control with mousedown, beforecollapse, beforeexpand, aftercollapse, afterexpand, and doubleclick events. However, when i go to click a node in the tree view and expand it, nothing happens. The only code I have in the before- and after- events is changing the mouse cursor. In the mouse down event, i select the node if the right mouse button was clicked, and i have nothing yet in the double-click event.
Specifically, I click on the plus sign, and the node text and nothing happens. I even double-click on both, nothing happens, but when I double-click the tree view in an empty area, it triggers the event.
Any ideas?
Brian Mains