/// <summary> /// Initializes a new instance of the <see cref="NuGenSizingContainer"/> class. /// </summary> public NuGenSizingContainer() { this.SetStyle(ControlStyles.ResizeRedraw, true); /* * splitter */ this.splitter = new NuGenSplitter(); this.splitter.Parent = this; /* * NuGenSizingContainer */ this.SetLayout(); }