Amanda, why do i need to set selected style property? Is it just to see if the node is selected or not? Actually what i'm doing. I have lots of links with their headers. So i'm using treeview to show these links. Also at the top of the page i have list of headers too. So when user click on one of the header in the list at the top. I want the focus should go to that header in TreeView.
The list at the top looks like this
Header1
Header2
Header3
Header4
and treeview looks like this
Header1
link1
link1
link1
Header2
link1
link1
link1
Header3
link1
link1
Header4
link1
link1
link1
link1