我有两个面板。当我折叠第一个时,第二个不适合空的空间。如果我崩溃了,那么它运作良好。
this.firstpanel= new Ext.Panel( {
region: config.propertyRegion,
id: config.editorpropertytable,
border: true,
borderBody: false,
autoHeight: false,
autoScroll:true,
split: true,
collapsible: true,
height: 300, width: 600, minSize: minSize, maxSize: maxSize,
});
this.secondpanel= new Ext.Panel({
region: config.previewRegion,
id: Ext.id(),
autoScroll:false,
border: true,
borderBody: false,
collapsible: true,
split: true
});
我注意到折叠面板的箭头按钮不同,但我不知道为什么。
第一个面板崩溃了
第二个小组崩溃了