Exemplo n.º 1
0
 public TreeViewRootControl(TreeViewRootBlock root)
     : base(root.Children.Controls)
 {
     TreeView = root;
     this.Box.Padding.Left = 0;
     this.Box.Padding.Top  = 0;
     this.StretchToWindow  = false;
 }
Exemplo n.º 2
0
 public TreeViewRootControl(TreeViewRootBlock root)
     : base(root.Children.Controls)
 {
     TreeView = root;
     this.Box.Padding.Left = 0;
     this.Box.Padding.Top = 0;
     this.StretchToWindow = false;
 }