1.默认全部展开,在Form1_Load事件中添加: treeView1.ExpandAll();2.默认展开第一个节点,或默认节点,在Form1_Load事件中添加: treeView1.Nodes[0].Expand();