Remove link from treeview

  • Thread starter Thread starter cdonlan
  • Start date Start date
C

cdonlan

Does anyone know how to remove the link from a treeview? I want to use
the treeview to show the site map but use a second control for
navigation. I want it so when you mouse over you dont get the link
hand. Thank for any help.
 
Does anyone know how to remove the link from a treeview? I want to use
the treeview to show the site map but use a second control for
navigation. I want it so when you mouse over you dont get the link
hand. Thank for any help.

Using a style you can set the mouse cursor to the arrow. Set
HoverNodeStyle to cursor:pointer
 
Back
Top