0
我想對齊右側的按鈕,但將內容標籤保留在左側。這是我的代碼:在ext.net中,如何將tabpanel按鈕對齊到右側?
<ext:TabPanel ID="TabPanel1" runat="server" Height="295" Plain="true" DeferredRender="false" meta:resourcekey="TabPanel1Resource1">
<TabBar>
<ext:Button runat="server" Icon="ArrowOut" meta:resourcekey="fullscreenResource1">
<DirectEvents>
<Click OnEvent="edit_fullOpenAdd" />
</DirectEvents>
</ext:Button>
</TabBar>
<Defaults>
<ext:Parameter Name="autoScroll" Value="true" Mode="Raw" />
</Defaults>
<Items>
......the content ......
</Items>
</ext:TabPanel>
任何想法?
謝謝!
編輯:我被告知嘗試tabCls:'右鍵',但我不知道如何實現這一點。
請說明你希望它是在垂直的左對齊?或者你仍然需要它在頂部和水平? – 2014-09-25 13:26:49
@DaniilVeriga我想它右上角,與其他標籤垂直對齊。換句話說,我的標籤在左側,然後是空格,然後是我的完整右側的按鈕。 – starvator 2014-09-25 15:20:14