摘要: 1. Create a winForm project. 2. Drag a SplitContainer onto the Form1. 3. Drag a TreeView onto the left panel of the SplitContainer and add 2 sub nodes: this.splitContainer1.Panel1.Controls.Add(this.treeView1). 4. Deal with the NodeMouseClick event (we need to clean the old controls on the Panel firs 阅读全文
posted @ 2010-11-14 12:49 Mike Dos Zhang 阅读(553) 评论(1) 推荐(1) 编辑