Wisej.Web.FixedPanel
Last updated 2 years ago
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies that Panel1, Panel2, or neither panel is fixed.
public enum FixedPanel : Enum
Public Enum FixedPanel As [Enum]
None
Specifies that neither Panel1, Panel2 is fixed. A Resize event affects both panels.
Panel1
Specifies that Panel1 is fixed. A Resize event affects only Panel2.
Panel2
Specifies that Panel2 is fixed. A Resize event affects only Panel1.
SplitContainer.FixedPanel
Returns or sets which SplitContainer panel remains the same size when the container is resized.