Persistate API documentation
FixedPanels Enumeration
NamespacesPersistate.UI.DesktopFixedPanels

[This is preliminary documentation and is subject to change.]

Specifies which if any panels of a PTwoSplitContainer are fixed when the container is resized.
Declaration Syntax
C#
public enum FixedPanels
Members
MemberDescription
None Specifies that all three panels are resized proportionally.
Panel1 Specifies that Panel1 is fixed and the other two panels are resized proportionally.
Panel2 Specifies that Panel2 is fixed and the other two panels are resized proportionally.
Panel3 Specifies that Panel3 is fixed and the other two panels are resized proportionally.
Panels1and2 Specifies that Panel1 and Panel2 are fixed and Panel3 is resized.
Panels1and3 Specifies that Panel1 and Panel3 are fixed and Panel2 is resized.
Panels2and3 Specifies that Panel2 and Panel3 are fixed and Panel1 is resized.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)