windowsforms-devexpress-dot-xtraeditors-887ef130.md
A control that consists of two panels separated by a splitter, which can be dragged by an end user to resize the panels.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class SplitContainerControl :
GroupControl,
IXtraSerializable,
ISupportJsonXtraSerializer,
ISupportXtraSerializer
Public Class SplitContainerControl
Inherits GroupControl
Implements IXtraSerializable,
ISupportJsonXtraSerializer,
ISupportXtraSerializer
The Split Container consists of two panels that can contain other controls. These panels are separated by a splitter used to resize the panels.
The main properties that maintain the control’s functionality are as follows:
To enable the auto-scrolling functionality for a SplitContainerControl ‘s panels, add XtraScrollableControl objects to the panels. Set the Dock property for the XtraScrollableControl objects to Fill.
This example serializes and deserializes a splitter position.
Show 12 items
Object MarshalByRefObject Component Control ScrollableControl XtraScrollableControl XtraPanel DevExpress.Utils.Controls.PanelBase PanelControl GroupControl SplitContainerControl GridSplitContainer
See Also