Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Layout: Any number of UI components can be displayed in the respective area.
  • UI-Component: Only one UI component can be displayed in the respective area. This component is automatically stretched over the full size of the respective area.

  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.

...