This is a migrated thread and some comments may be shown as answers.

Treeview Node Depth

1 Answer 100 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
noyan
Top achievements
Rank 1
noyan asked on 17 Mar 2009, 11:50 AM
I got a treeview control which shows company organization, for instance
+CEO
         +Finance Departmen
         +Human Resource Manager
                +Human resource chief
                        +human resource departmen employees
         +Community Services

but when I created treeview it shows like +CEO we have to expand it to see below nodes, I want to set treeview node depth so we can see other departmen under CEO. How can I set node depth of treeview so some of them  come already expanded.
Thank you in advance

1 Answer, 1 is accepted

Sort by
0
Søren Hartig
Top achievements
Rank 2
answered on 04 Sep 2009, 09:49 AM
if you want to expand all

RadTreeView1.ExpandAllNodes();

Tags
TreeView
Asked by
noyan
Top achievements
Rank 1
Answers by
Søren Hartig
Top achievements
Rank 2
Share this question
or