Skip to content

Shows subviews as tabbed panels.

Here's an example:

yaml
Controller: TabPanel
  Border: True
  # List of views to be auto-opened in tabs.
  SubViews:
    View: ActivityInput
    View: ActivityReport
    View: Projects

And here's the result:

./images/TabPanel.png

Released under Apache License, Version 2.0.