Back to Devexpress

SplitContainerControl.FixedPanel Property

windowsforms-devexpress-dot-xtraeditors-dot-splitcontainercontrol.md

latest2.8 KB
Original Source

SplitContainerControl.FixedPanel Property

Gets or sets a panel that remains static when the split container size changes.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(SplitFixedPanel.Panel1)]
[DXCategory("Layout")]
public virtual SplitFixedPanel FixedPanel { get; set; }
vb
<DXCategory("Layout")>
<DefaultValue(SplitFixedPanel.Panel1)>
Public Overridable Property FixedPanel As SplitFixedPanel

Property Value

TypeDefaultDescription
SplitFixedPanelPanel1

A SplitFixedPanel enumeration value which specifies the fixed panel.

|

Available values:

NameDescription
None

The panels’ widths (or heights) are proportionally changed when a split container is being resized.

| | Panel1 |

The width (height if the panels are displayed one above another) of the SplitContainerControl.Panel1 isn’t changed when the split container is resized.

| | Panel2 |

The width (height if the panels are displayed one above another) of the SplitContainerControl.Panel2 isn’t changed when the split container is resized.

|

Remarks

The following animations illustrate what happens to a horizontal Split Container Control when its panel is fixed.

The FixedPanel property is set to Panel1 :

The FixedPanel property is set to Panel2 :

The FixedPanel property is set to None :

See Also

SplitterPosition

SplitContainerControl Class

SplitContainerControl Members

DevExpress.XtraEditors Namespace