Skip to content

TreeView NodeMouseClick and NodeMouseDoubleClick events #280

Description

@itg-assistant

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    GeneralQuestions, how-tos and everything else.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions