SplitContainer
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Last updated
Was this helpful?
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Last updated
Was this helpful?
You can add controls to the two resizable panels, and you can add other SplitContainer
controls to existing SplitContainer
panels to create many resizable display areas.
Use the SplitContainer
control to divide the display area of a container (such as a Form) and allow the user to resize controls that are added to the SplitContainer
panels. When the user passes the mouse pointer over the splitter, the cursor changes to indicate that the controls inside the SplitContainer
control can be resized.
The splitter can be arranged horizontally or vertically by setting the Orientation
property.
Each SplitterPanel
in the SplitContainer
can collapse programmatically or by using the collapse button in the panel's header.
For each panel use the ShowHeader
and ShowCloseButton
properties to manage the header part of the SplitterPanel
. When the user collapses the panel, it collapses to its side.
A SplitContainer
can contain other SplitContainer
controls and "merge" the internal splitter bar to make it look and behave as one control. It's all about the borders of the inner SplitterPanel
.
Wisej.NET detects whether the docked child control has borders, if it does it removes the border from the inner SplitterPanel
.
Merging the borders works for any control with the BorderStyle
property.
Class name
"wisej.web.SplitContainer"
Theme appearance
Child components
Source code
Panels can also show a custom icon and any number of tools. See for more details on this awesome feature.
"splitpane", see .
"panel1" and "panel2" are the two panels. "splitter" is the splitter bar. See .