I can use the "NodeMouseHover" event to know whether or not I am physically hovering over the node, but how can I tell if I'm over the image which is displayed with the node?
Seems simple enough, but not so far.
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 29 Sep 2012, 08:20 AM
Hello Chris,
Thank you for writing.
You can use the MouseMove event of RadTreeView to determine over which element is the mouse, since this event provides the current mouse position. Here is an example: