实现效果:
知识运用:
TreeView控件及其ExpandAll方法
实现代码:
private void Form1_Load(object sender, EventArgs e) { treeView1.ExpandAll(); }