Hi,

I'm using the TreeView control that ships with Visual Studio 2005 in a webform.aspx page.

After I bind my data and create the parent and child nodes, it is defaulting to a link type. Example, if I hover over any node, it get the "pointer mouse icon". Instead, I want to get the "arrow mouse icon".

I want my treeview to be used just for expanding and opening up nodes, and not as a navigation device. Where I can I remove this default?