The XdevHorizontalSplitPanel is a container that separates the available area into two areas, left and right, using a horizontally movable splitter. You will need to insert a layout or an UI component in both areas. The element is then automatically stretched over the entire size of the respective area. The position of the splitter that is set in the draft later becomes the initial position at runtime.

  1. Add an XdevHorizontalSplitPanel to an empty view.
  2. Add an XdevGridLayout into the left area of the XdevHorizontalSplitPanel and add some XdevButtons into the XdevGridLayout.
  3. Add an XdevGridLayout into the right area of the XdevHorizontalSplitPanel and add some XdevButtons into the XdevGridLayout.
Result:

Important properties:
Examples:


Go to the XdevHorizontalSplitPanel Javadoc