Programmatically move tabs (or click on right arrow)

Hi, i have a tabbar and i dinamically create tabs.


when i create many tabs and fill teh tabbar, the ‘+’ button disapears.

And i would like to know if there is any way to move all tabs so that when i create a new tab and it ‘overflows’ from parent, the ‘+’ button don’t stays behind.

Hi

unfortunately such functionality is not supported by tabbar. you can contact our sales dept for a customization request sales@dhtmlx.com

Finally what I did is to select the close tab and unselect it.
When i click on the close tab, I use ‘.setActive();’ on it and after I set active the new created tab.