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
60
Webtree Expand Image, How to display hand cursor ?
posted

How do I display the Hand cursor when someone hovers over the expandimage in a webtree ?

Expand Image 

Thanks,

Craig

Parents
No Data
Reply
  • 510
    Offline posted

     I don't know specifically about hovering over the expand indicator, but you can change the cursor when hovering over the node in general with:

                <HoverNodeStyle Cursor="Hand" />

    in the .aspx file.  This will change cursor when hovering over any part of the node.


    Good luck,

    Dan

Children
No Data