Back to Devexpress

SplitContainerControl Class

windowsforms-devexpress-dot-xtraeditors-887ef130.md

latest4.0 KB
Original Source

SplitContainerControl Class

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

Declaration

csharp
public class SplitContainerControl :
    GroupControl,
    IXtraSerializable,
    ISupportJsonXtraSerializer,
    ISupportXtraSerializer
vb
Public Class SplitContainerControl
    Inherits GroupControl
    Implements IXtraSerializable,
               ISupportJsonXtraSerializer,
               ISupportXtraSerializer

Remarks

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.

Example: Save/restore a Splitter Position

This example serializes and deserializes a splitter position.

View Example

Implements

IXtraResizableControl

Inheritance

Show 12 items

Object MarshalByRefObject Component Control ScrollableControl XtraScrollableControl XtraPanel DevExpress.Utils.Controls.PanelBase PanelControl GroupControl SplitContainerControl GridSplitContainer

See Also

SplitContainerControl Members

XtraScrollableControl

DevExpress.XtraEditors Namespace