Skip to main content
A newer version of this page is available. .

SplitFixedPanel Enum

Lists values that specify which panel within the split container is fixed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.1.dll

Declaration

public enum SplitFixedPanel

Members

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 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.

Related API Members

The following properties accept/return SplitFixedPanel values:

Remarks

The values listed by this enumeration are used to set the SplitContainerControl.FixedPanel property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SplitFixedPanel enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also