Preload all tabs in the Tab Container

Is there a way to make all the separate containers used in a Tab Container load simultaneously when the view/popup is initially opened? I already have 'runWhileHidden' configured as True for each tab.
Each container, in my case, has dynamic features so every time a tab is opened for the first time, you can see the components load in and adjust. If this could happen in the background then this would be much less visually jarring.

I hate the tab container for this reason exactly.

normally what I do is use a multi-state button, or just a flex container with a few buttons with my tab names and I put that at the top then I add a flex container named the name of the tab for each tab and set a custom property on the view and have it be what the active tab is. Set a display binding on each flex container where if activeTab = 'myTabsName'

1 Like