TreeNode.EnsureVisible():
Ensures that the tree node is visible, expanding tree nodes and scrolling the tree view control as necessary.
滚动条移动到顶端:
1 this.treeView1.SelectedNode = this.treeView1.Nodes[0]; 2 this.treeView1.Nodes[0].EnsureVisible();