I would like to disable the normal expand/collapse behavior when doubleclicking on a treeview node. Is this possible?
If not, if I add code to the Doubleclicked event handler to "take over" the expand/collapse state, would this happen before or after the node expands/collapses "under the hood"?