SplitterFixedPanel Enumeration |
Specifies which panel has a fixed size the parent container is resized.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public enum SplitterFixedPanel
Public Enumeration SplitterFixedPanel
Members
| Member name | Value | Description |
---|
| Panel1 | 0 |
The first panel will be fixed size, where the second will resize along with the splitter's container.
|
| Panel2 | 1 |
The second panel will be fixed size, where the first will resize along with the splitter's container.
|
| None | 2 |
Both panels will resize along with the splitter's container.
|
See Also