I have a system-style tab control with a lot of pages and controls. My client now probably wants a dark mode where the tab colour can be changed to dark grey, but I can't do that with a system tab.
If I replace it with any other style of tab, it loses all the controls and indicators.
The tab control is typedefed, but replacing the tab type in the typedef doesn't help either.
The only way I can think of doing this is to drag all the controls out of every page into blank areas of the front panel, replacing the tab control, and then dragging all the controls and indicators back. That's a really big task.
Is there a better way to do this?
(LabVIEW 2022)