Nesting Containers and Tab Containers

It would be great to be able to add containers within containers, containers within tabbed containers, and tabbed containers within standard containers. Being able to nest them, at least to a single level, would make organizing screens much easier.

One of the main reasons that this would be handy in my own usage of Glide would be to created a split container, breaking the screen into a 1:1 split, with a tabbed container within one of these split sections.

If you are looking for an alternative you can use now, you can still use the Tabs component inside a container. Only difference is that you need to give it a user specific column to store the selected tab. I don’t use the Tabs Container component. I only use the Tabs component, which give a bit more flexibility, but requires you to set up visibility conditions for any components or containers based on the selected tab.

Below, the first set of tabs is always visible, but the second set is only visible when Tests is select. Basically the Tabs component is just another type of choice component.