Alex Prinias asked 2016-09-24 18:37:45 UTC
Hi guys,
The NodeMouseClick event fires now, but unfortunately only when the mouse left button is clicked. Even then, the TreeNodeMouseClickEventArgs parameter e has
e.Button = None,
e.Location = (0, 0) (should this count in pixels relative to the TreeView or the Node, I don't know).
<<>>
Additionally, most of the times the NodeMouseDoubleClick does not fire correctly anymore, the double click is handled
a. either once by the NodeMouseClick
b. or twice by NodeMouseClick and then once by NodeMouseDoubleClick.
<<< END EDIT>>>
Best,
Alex
Alex Prinias asked 2016-09-24 18:37:45 UTC
Hi guys,
The NodeMouseClick event fires now, but unfortunately only when the mouse left button is clicked. Even then, the TreeNodeMouseClickEventArgs parameter e has
e.Button = None,
e.Location = (0, 0) (should this count in pixels relative to the TreeView or the Node, I don't know).
<<>>
Additionally, most of the times the NodeMouseDoubleClick does not fire correctly anymore, the double click is handled
a. either once by the NodeMouseClick
b. or twice by NodeMouseClick and then once by NodeMouseDoubleClick.
<<< END EDIT>>>
Best,
Alex