0
votes

Users do not like the scrolling tabs in the tabpanel. Is there any solution to order tabs in multiple rows?

var tp = Ext.create('Ext.tab.Panel', {
    anchor: '100%',
    border: 0,
    items: [form, grid /*, ... */]
    tabBar: {
        // ???
    }
});
1
There has been a discussion on this topic on Sencha forum. sencha.com/forum/…MarthyM

1 Answers

1
votes

It's not possible in ExtJS4.

You can either write your own CSS for tabpanel or a custom extension, which will do the trick.