The XdevAccordion is a container that displays the individual tabs and controls the interaction between the tabs. To create the first tab, add a layout or UI component to the header area of the XdevAccordion. The element is then automatically stretched over the entire size of the XdevAccordion. To create additional tabs, add a layout or UI component directly above or below an already existing tab. 

  1. Add an XdevAccordion in the GUI Builder.
  2. Add an XdevGridLayout in the header area of the XdevAccordion.
  3. Add some XdevButtons into the XdevGridLayout.
  4. Add an XdevRichTextArea right under the first tab. Move this cursor to the first tab while holding down the mouse button and release the mouse button only when a dashed frame appears.
  5. Add an XdevInlineDateField right under the second tab. Move this cursor to the second tab while holding down the mouse button and release the mouse button only when a dashed frame appears.
Result:

In the GUI Builder

Important events:
Important properties:
Examples:
All XdevAccordion Methods