我想獲得一個tabpanel內的gridpanel以適當的高度顯示。有問題的標籤是maincontentpanel3
。現在,寬度可以達到100%,但高度似乎會持續到面板填滿爲止,超過頁面底部。GridPanel自動內部TabPanel的高度
即使將自動滾動設置爲自動,也不會出現滾動條。如果我給GridPanel1
一個高度,除了(顯然)高度以外,一切正常。
這裏是精簡代碼:
<ext:Viewport runat="server" Layout="FitLayout">
<Items>
<ext:Panel runat="server" ID="maincontentpanelwrapper" >
<Items>
<ext:TabPanel ID="maincontentpanel" runat="server" Layout="FitLayout">
<Items>
<ext:Panel runat="server" ID="maincontentpanel1" >
</ext:Panel>
<ext:Panel runat="server" ID="maincontentpanel2" >
</ext:Panel>
<ext:Panel runat="server" ID="maincontentpanel3" >
<Items>
<ext:GridPanel ID="GridPanel1" AutoScroll="true" runat="server" >
<Store>
[REMOVED]
</Store>
<ColumnModel>
<Columns>
[REMOVED]
</Columns>
</ColumnModel>
</ext:GridPanel>
</Items>
</ext:Panel>
</Items>
</ext:TabPanel>
</Items>
</ext:Panel>
</Items>
</ext:Viewport>
這裏是在右下角發生的圖像(沒有滾動條,明確溢出)
謝謝您的幫助!
我可以調查與測試案例的細節問題,如果你想要的。 – 2014-11-25 17:52:23