We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

More TreeViewAdv

In my dopuble clivk event handler, what is the asiest way to get the node under the pointer? This is not always the selected node. Do i have to trap some mouse event so i can get teh point and call point to node?

1 Reply

SG Sean Greer October 6, 2003 03:01 PM UTC

> In my dopuble clivk event handler, what is the asiest way to get the node under the pointer? This is not always the selected node. Do i have to trap some mouse event so i can get teh point and call point to node? > How about: TreeNodeAdv node = treeControl.PointToNode(treeControl.PointToClient(Cursor.Position)); HTH, Sean

Loader.
Live Chat Icon For mobile
Up arrow icon