Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can i make my treeview show all the items expanded by default?
Either call the ExpandAll() method after adding new nodes or call the added node's Expand() method or even subclass the TreeView and override the Adding functionality so that it expands the added nodes automatically.