cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide a tab within a tabstrip in SAC

Insan28
Explorer
0 Kudos

Hi All,

I have a requirement where i need to hide two tabs within the tabstrip in SAC.

As the same cannot be done directly from the designer panel because that applies to the entire tabstrip.

Has anyone implemented the same before using scripts or any other way if possible.

 

Thanks 

 

Accepted Solutions (1)

Accepted Solutions (1)

JefB
Active Contributor

Yes, it's possible with this kind of script:

Tabstrip_1.getTab("MyTabName").setVisible(false);

 

Insan28
Explorer
0 Kudos
Thank
Insan28
Explorer
0 Kudos
thanks it works

Answers (0)