Click to See Complete Forum and Search --> : Tree View Control


pat90717
September 10th, 2002, 06:26 PM
I am trying to include a tree view control on my asp page. I can place the control on the for, I can add items to the treeview and can change the font type but i am having problems changing the size of the font. I also can not force all the nodes to be expanded as the starting default.

stevehoang
October 28th, 2002, 01:56 PM
You could expand the treenode by add some code at Page_Load

mainNode.Expanded = True

where main node is the root of the tree or which node you want it to expand