I have multiple tabs in my panel, when i resize the IE8/9 window, Tab scroller is not getting applied, the same is working in IE7 and Mozilla FireFox. Added the code in the below way.
var scrollerMenu = new Ext.ux.TabScrollerMenu({
maxText : 15,
pageSize :5
});
,plugins:[scrollerMenu]
Appreciate your response on providing solution to this.