Articles in this section
Category / Section

What is the WinForms SplitContainerAdv control?

1 min read

SplitContainerAdv

The SplitContainerAdv is a container that consists of two panels, splitter between them and allows user simply to put other controls on these panels and drag splitter vertically or horizontally to resize these panels.

C#

Syncfusion.Windows.Forms.Tools.SplitContainerAdv splitContainerAdv1;
this.splitContainerAdv1 = new Syncfusion.Windows.Forms.Tools.SplitContainerAdv();
this.splitContainerAdv1.BackColor = System.Drawing.SystemColors.ControlLight;
this.splitContainerAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainerAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerAdv1.Location = new System.Drawing.Point(0, 0);
this.splitContainerAdv1.Name = "splitContainerAdv1";
this.splitContainerAdv1.Size = new System.Drawing.Size(408, 318);
this.splitContainerAdv1.SplitterDistance = 196;
this.splitContainerAdv1.TabIndex = 0;
this.splitContainerAdv1.Text = "splitContainerAdv1";

VB

Dim splitContainerAdv1 As Syncfusion.Windows.Forms.Tools.SplitContainerAdv
Me.splitContainerAdv1 = New Syncfusion.Windows.Forms.Tools.SplitContainerAdv
Me.splitContainerAdv1.BackColor = System.Drawing.SystemColors.ControlLight
Me.splitContainerAdv1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.splitContainerAdv1.Dock = System.Windows.Forms.DockStyle.Fill
Me.splitContainerAdv1.Location = New System.Drawing.Point(0, 0)
Me.splitContainerAdv1.Name = "splitContainerAdv1"
Me.splitContainerAdv1.Size = New System.Drawing.Size(408, 318)
Me.splitContainerAdv1.SplitterDistance = 196
Me.splitContainerAdv1.TabIndex = 0
Me.splitContainerAdv1.Text = "splitContainerAdv1"

 

Reference link: https://help.syncfusion.com/windowsforms/splitcontainer/overview

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied