Click or drag to resize

SplitterIHandlerFixedPanel Property

Gets or sets the panel with fixed size.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
SplitterFixedPanel FixedPanel { get; set; }

Property Value

Type: SplitterFixedPanel
The fixed panel.
Remarks
This specifies which panel will not change its size when the splitter's container is resized. If None, both panels will resize.
See Also