What is difference beetween layout:'hbox' and layout:'column'
问题 What is difference beetween layout:'hbox' and layout:'column' ? Is it only syntax? Example ' column ': layout:'column', items: [{ title: 'Width = 25%', columnWidth: .25, html: 'Content' },{ title: 'Width = 75%', columnWidth: .75, html: 'Content' },{ title: 'Width = 250px', width: 250, html: 'Content' }] Example ' hbox ': layout: { type: 'hbox', pack: 'start', align: 'stretch' }, items: [ {html:'panel 1', flex:1}, {html:'panel 2', width:150}, {html:'panel 3', flex:2} ] 回答1: There are a couple