SplitPanel
SplitPanel
is a container divided into two areas, which dimensions can be adjusted by dragging the separator.
- HorizontalSplitPanel is a horizontal panel, which areas can be adjusted to the left and to the right.
- VerticalSplitPanel is a vertical panel, which areas can be adjusted up and down.
Both panels have the following properties:
- id - an identifier to refer to the component from other components or controller code.
- pos - defines the initial percentage ratio of the areas. For example,
pos = 30%
means the areas size ratio is 30:70.
See SplitPanel for details.