When quickly navigating through a tree, I click the disclosure buttons (+/- buttons to the left of the nodes) quickly to check their contents. Unfortunately this is recognised by the tree as a Double-Click event, which in our program raises a dialog to edit the node.
Are you aware of a way to remove the double-click event, or of a better event to which I may bind the edit dialog?
Kind regards,Frans Henskens
Use the NodeDoubleClick event, instead of DoubleClick.