Exemplo n.º 1
0
 private void AppendTreePanel()
 {
     this.splitContainer1.Panel1.Controls.Clear();
     this.treePanel      = new TreeViewPanel();
     this.treePanel.Dock = DockStyle.Fill;
     this.splitContainer1.Panel1.Controls.Add(this.treePanel);
 }
Exemplo n.º 2
0
 private void AppendTreePanel()
 {
     this.splitContainer1.Panel1.Controls.Clear();
     this.treePanel = new TreeViewPanel();
     this.treePanel.Dock = DockStyle.Fill;
     this.splitContainer1.Panel1.Controls.Add(this.treePanel);
 }