Click or drag to resize

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
Members
  Member nameValueDescription
Panel10 The first panel will be fixed size, where the second will resize along with the splitter's container.
Panel21 The second panel will be fixed size, where the first will resize along with the splitter's container.
None2 Both panels will resize along with the splitter's container.
See Also