How do I display the Hand cursor when someone hovers over the expandimage in a webtree ?
Thanks,
Craig
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