Just wondering if this is possible or not:
Say I've got a TabContainer with 2 panels in there. In most situations, I'd want the user to have the ability to select which tab to view.
Now, in a handful of scenarios, one of those TabPanels will not be visible, or empty. Is it possible to make it so that in these situations, the entire TabContainer becomes "invisible"? (i.e. the headers are not visible, and only the populated tab panel displays)
Ideally, I'd like to do this using the ajax TabContainer, but if this isn't doable; I can always fall back to using jQuery/CSS if need be.
Thanks!