Name | Description | |
---|---|---|
![]() | NSplitter Constructor | Overloaded. |
The following tables list the members exposed by NSplitter.
Name | Description | |
---|---|---|
![]() | NSplitter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | NSplitterSchema | Schema associated with NSplitter |
![]() ![]() | Pane1Child | Reference to the Pane1 child. |
![]() ![]() | Pane2Child | Reference to the Pane2 child. |
![]() ![]() | ThumbChild | Reference to the Thumb child. |
Name | Description | |
---|---|---|
![]() | Pane1 | Gets or sets the Left/Top pane |
![]() | Pane2 | Gets or sets the Right/Bottom pane |
![]() | SplitFactor | Gets or sets the proportion factor at which to split. Used only when SplitMode is set to Proportional. Valid values are in the range [0, 1] (e.g. a value of 0.5 means split at the center). When set to NaN the splitter uses the panes desired width/height in the layout direction to find a suitable a replacement. By default set to NaN. |
![]() | SplitMode | Gets or sets the mode in which the splitter splits the currently available area. |
![]() | SplitOffset | Gets or sets the fixed length offset at which to split. When SplitMode is set to OffsetFromNearSide, this defines the near side of the layout direction (e.g. when Vertical is false, this is the Left side). When SplitMode is set to OffsetFromFarSide, this defines the far side of the layout direction (e.g. when Vertical is false, this is the Right side). The value of this property is not used when SplitMode is set to Proportional. When set to NaN the splitter uses the panes desired width/height in the layout direction to find a suitable replacement. By default set to NaN. |
![]() | Thumb | Gets or sets the splitter thumb |
Name | Description | |
---|---|---|
![]() | ArrangeContent | Overridden. Called to layout the split container children. |
![]() | GetLayoutArea | Overridden. Gets the area in which the given thumb and its adjacent panes should be laid out. |
![]() | GetNextPane | Overridden. Gets the next pane of the given splitter thumb. |
![]() | GetPreviousPane | Overridden. Gets the previous pane of the given splitter thumb. |
![]() | Initialize | Overridden. Initializes the splitter. |
![]() | MeasureContent | Overridden. Measures the desired size of the split container. |