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?