Tabbar: How to get a vertical scrollbar?

Hi,

I have a tabbar set out as:

How do I get a vertical scrollbar to appear when the content is deeper than 220px? Is this possible?

Thanks
Colin G

Hi,

you need to set overflow:auto for the container that you attached to the tab.

Or you may try to call showInnerScroll method. It needs being called after tabs and they content added

I don’t see showInnerScroll in the documentation - what is the syntax of the call?

Can you point me to it?

Thanks

Please ignore my last reply - I got it to work - using showInnerScroll();

Div attribute overflow:auto did not make any difference.

Thanks

Colin G