How do you adjust a treeview control such that it comes up fully expanded?
+2
A:
Call Treeview.ExpandAll() after you populate the treeview with items.
I do believe the API is the same for Winforms, Web forms, and WPF.
Ben Herila
2010-07-02 22:40:52