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