Skip to main content
Version: 4.1

FixedPanel

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies that Panel1, Panel2, or neither panel is fixed.

public enum FixedPanel : Enum

Fields

NameDescription
NoneSpecifies that neither Panel1, Panel2 is fixed. A Resize event affects both panels.
Panel1Specifies that Panel1 is fixed. A Resize event affects only Panel2.
Panel2Specifies that Panel2 is fixed. A Resize event affects only Panel1.

Used By

NameDescription
SplitContainer.FixedPanelReturns or sets which SplitContainer panel remains the same size when the container is resized.
SplitterControlExtensions.FixedPanelSets the FixedPanel property of the specified SplitContainer.