TreeView "onmouseover"

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hello!

How can I realize, that when the Cursor is over an TreeNode, that the
TreeNode will be underlined.

I think the code must be in the "TreeNodeDataBound" Event, or?

Regards
Steve
 
Hello Steve
How can I realize, that when the Cursor is over an TreeNode, that the
TreeNode will be underlined.
if you mean the text on each node, then it works only with CSS:
 
Back
Top