SplitContainerControl.FixedPanel Property
Gets or sets a panel that remains static when the split container size changes.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DefaultValue(SplitFixedPanel.Panel1)]
[DXCategory("Layout")]
public virtual SplitFixedPanel FixedPanel { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Split |
Panel1 | A Split |
Available values:
Name | Description |
---|---|
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 Split |
Panel2 | The width (height if the panels are displayed one above another) of the Split |
#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: