SplitterFixedPanel Property |
Gets or sets the panel with fixed size.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public SplitterFixedPanel FixedPanel { get; set; }
Public Property FixedPanel As SplitterFixedPanel
Get
Set
member FixedPanel : SplitterFixedPanel with get, set
Property Value
Type:
SplitterFixedPanelThe 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