Skip to Content
0
Former Member
Jun 17, 2008 at 12:06 PM

Fully Expanding Tree Before Displaying

33 Views

I am building a tree that displays a company's workarea heirarchy in the wdDoInit method of a view. I would like the tree to be displayed fully expanded.

I tried setting the expand = "true" attribute of the TreeNode, but to no avail, the tree still shows fully collapsed. Any ideas?