Splitter Class |
Namespace: Eto.Forms
The Splitter type exposes the following members.
| Name | Description | |
|---|---|---|
| Controls |
Gets an enumeration of controls that are directly contained by this container
(Overrides ContainerControls.) | |
| FixedPanel |
Gets or sets the panel with fixed size.
| |
| IsSupported |
Gets a value indicating the Splitter is supported in the platform
| |
| Orientation |
Gets or sets the orientation of the panels in the splitter.
| |
| Panel1 |
Gets or sets the top or left panel of the splitter.
| |
| Panel1MinimumSize |
Gets or sets the minimal size of the first panel.
| |
| Panel2 |
Gets or sets the bottom or right panel of the splitter.
| |
| Panel2MinimumSize |
Gets or sets the minimal size of the second panel.
| |
| Position |
Gets or sets the position of the splitter from the left or top, in pixels.
| |
| RelativePosition |
Gets or sets the relative position of the splitter which is based on FixedPanel.
| |
| SplitterWidth |
Gets or sets size of the splitter/gutter
|
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
| OnPositionChanged |
Raises the PositionChanged event.
| |
| Remove |
Removes the specified child from the container.
(Overrides ContainerRemove(Control).) |
| Name | Description | |
|---|---|---|
| PositionChanged |
Raised when the user moves the splitter.
|
| Name | Description | |
|---|---|---|
| PositionChangedEvent |
Identifier for the PositionChanged event
|