Tab strip object - How to hide tabs through scripting

Hi.

I need to hide/unhide some tabs using a script when a condition is triggered. Is there any way to do it?

Edit the tabData property of the tab strip in your script, set the HIDDEN value to true or false for the associated tabs. Its a dataset containing all the information for the tabs and their appearance, each tab has a row in the dataset.

You can also use a cell update binding.