Hello.
New Solution Windows. (C#)
Open MainForm.Designer.cs -> Design
Insert SplitContainer.
MainForm.Designer.cs -> Source :
...
{
.....
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Size = new System.Drawing.Size(284, 264);???? private System.Windows.Forms.SplitContainer splitContainer1;
this.splitContainer1.SplitterDistance = 94;
....
}
I correct this and get in the end
}
private System.Windows.Forms.SplitContainer splitContainer1;
Change background color.
....
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
????????? not }
private System.Windows.Forms.SplitContainer splitContainer1;