Represents a container containing two resizable panels.
Note that an element must always contain exactly TWO child elements.
Inherits: Container : UIElement : UIElementBase
| Name | Type | Description |
|---|---|---|
| Orientation | Orientation | Container orientation. |
| Height | Length | Element height. |
| MinWidth | Length | Element minimum width. |
| Base item properties | ||
| Name | Type | Description |
|---|---|---|
| Splitter.Width | GridLength | Determines the panel width. |
| Splitter.MinWidth | Length | Determines the minimal panel width. |