Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
144
UltraTree Node MouseHover Event
posted
How to add MouseHover Event to UltraTree nodes? I did not find any MouseHover Event to UltraTree nodes. How do I display the tooltip when I move the mouse over the node? Thank you, Vinay
Parents
  • 469350
    Verified Answer
    Offline posted

    There are no events on Nodes, only events for the tree control itself. You would have to handle the MouseHover event of the control and then use the current position of the mouse to determine what node the mouse is over.You would do this using the GetNodeFromPoint method of the tree.

     

Reply Children
No Data