[This is preliminary documentation and is subject to change.]
Specifies which if any panels of a PTwoSplitContainer
are fixed when the container is resized.
| C# |
public enum FixedPanels
| Member | Description |
|---|---|
| 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.
|