Vbox layout issue in a tab panel
问题 I'm having an issue with a vbox layout so I created a simple example that illustrates the problem, which is getting my vbox layout to fit the height of the screen. On the hbox screen, the view looks as expected. However, when I simply change hbox to vbox all the text overlays in the top left corner. All the code is given below and it's on Sencha Fiddle app.js Ext.Loader.setConfig({ enabled: true }); Ext.application({ name: 'SenchaFiddle', views: ['MainView', 'HboxView', 'VboxView'], launch: