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: {
// ???
}
});