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.
Up arrow icon