When a TreeView has focus and a node is selected, the Alt+Left behavior will cause an expanded node to collapse, and if the node is already collapsed, Alt+Left will cause the parent of the current node to be selected. Is there any way to suppress those behaviors so that I can use the KeyDown KeyEventHandler to define my own behavior of Alt+Left in a TreeView?
REvans






