to get the number of visible tabs in the tab bar

Hi,

I would like to know what all tabs are hidden in a Tabbar,how to go about it?

Hi
There is no such method. But you can create a variable with total amount of tabs. When you call the hideTab() method - it will deduct 1 from this variable.

Hi,

First of all thanks for the helpful tip.

I was looking for a built in function which can point out the tabs that are hidden not the number of tabs that are hidden but anyway I found a round about solution for my problem… :slight_smile: