I would like to select a WPF TreeView Node on right click, right before the ContextMenu displayed.
For WinForms I could use code like this Find node clicked under co
You can select it with the on mouse down event. That will trigger the select before the context menu kicks in.