Scroll Bar in Tabber

I am using DhtmlxTabbar to render a tabbed view. And the mode of tabbar is set it HrefMode(“ajax-html”).

  1. After the url is loaded the the tabbar does not get a scroll bar if the page is bigger than the tab size . I also tried using setScrollMode(true) . But does not work .

  2. Second issue is when I load many tabs the the display appears overlapped with each other.

Thanks
Sumanth

After the url is loaded the the tabbar does not get a scroll bar if the page is bigger than the tab size

Try to call the following after all tabs are added:

tabbar.showInnerScroll();

Second issue is when I load many tabs the the display appears overlapped with each other.

The PRO edition provides “scrollers” and “multirow” functionality:

dhtmlx.com/docs/products/dht … rolls.html
dhtmlx.com/docs/products/dht … iline.html