js:TreeView1.getTreeNode(index).setAttribute("class","aa")
css
后台的写法
分别设treeview的DefaultStyle,SelectedStyle,HoverStyle
如:
treeview.DefaultStyle="color:#000000;background-color:#ffffff;cursor:default"
treeview.SelectedStyle ="color:#ffffff;background-color:#000000"
treeview.HoverStyle ="color:#000000;background-color:#ffff00;cursor:hand"
反编辑TreeView控件后你会发现 Resouce里有个js文件.