Tabpage Layout component

This component cannot be used on its own. Every tab page component must be placed on a Tab component. A Tab Page component represents a page with a clickable Tab header. Accordingly, a Tab component represents a group of tab pages, that are displayed together in the same area. The tab page component contains the other components, that you wish to display when the tab page is selected.

The tab page component can have any other components assigned to it, that will only be displayed, if their tab page is active (the user clicks on that tab page's header). A tab header can have an icon and a title, but no additional components can be placed here.

Supported events:

Show, Hide, Animation, Click, MouseEvents, Scroll, Touch, HotKey, Drag&Drop

Style customization

Use the individual tabs to customize the appearance.

Related pages