FineUI 官方论坛
标题:
布局问题
[打印本页]
作者:
隨風往事
时间:
2014-6-27 09:28
标题:
布局问题
布局右侧被影藏了一小块
[attach]5665[/attach]
正常理想布局如下
(点击 内部panel的折叠按钮后会自动恢复到理想布局状态)
[attach]5666[/attach]
布局代码
<f:Tab ID="Tab1" Title="桌面" Layout="Fit" Icon="House" runat="server">
<Items>
<f:ContentPanel ID="ContentPanel2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
runat="server">
<f:Panel ID="Panel10" Layout="HBox" BoxConfigAlign="Stretch" EnableFrame="false"
BoxConfigPosition="Start" BoxConfigChildMargin="0 5 0 0" ShowBorder="true" ShowHeader="false" runat="server" >
<Items>
<f:Panel ID="Panel11" BoxFlex="1" ShowBorder="false" ShowHeader="false" runat="server" >
<Items>
<f:Panel ID="Panel12" Height="300px" Title="公告" runat="server" Icon="Vcard" BodyPadding="5px" EnableCollapse="true"
ShowBorder="true" ShowHeader="true">
<Items>
<f:Label ID="lbagg" runat="server" Text="公告">
</f:Label>
</Items>
</f:Panel>
<f:Panel ID="Panel19" Height="300px" Icon="Vcard" Title="邮件" runat="server" BodyPadding="5px" ShowBorder="true" EnableCollapse="true"
ShowHeader="true">
<Items>
<f:Label ID="lbayj" runat="server" Text="邮件">
</f:Label>
</Items>
</f:Panel>
</Items>
</f:Panel>
<f:Panel ID="Panel20" BoxFlex="1" ShowBorder="false" ShowHeader="false" runat="server" >
<Items>
<f:Panel ID="Panel21" Height="300px" Title="新闻" Icon="Vcard" runat="server" BodyPadding="5px" EnableCollapse="true"
ShowBorder="true" ShowHeader="true">
<Items>
<f:Label ID="Label12" runat="server" Text="新闻">
</f:Label>
</Items>
</f:Panel>
<f:Panel ID="Panel22" Height="300px" Title="待办" Icon="Vcard" runat="server" BodyPadding="5px" ShowBorder="true" EnableCollapse="true"
ShowHeader="true">
<Items>
<f:Label ID="Label13" runat="server" Text="待办">
</f:Label>
</Items>
</f:Panel>
</Items>
</f:Panel>
</Items>
</f:Panel>
</f:ContentPanel>
</Items>
</f:Tab>
</Tabs>
</f:TabStrip>
复制代码
作者:
sanshi
时间:
2014-6-27 10:02
是你的布局用的不对。
ContentPanel一般用来放置原生的 ASP.NET 控件 或者 HTML 标签。建议仔细学习一下FineUI的布局:
http://www.cnblogs.com/sanshi/archive/2012/07/13/2589008.html
作者:
隨風往事
时间:
2014-6-27 11:11
本帖最后由 隨風往事 于 2014-6-27 11:13 编辑
sanshi 发表于 2014-6-27 10:02
是你的布局用的不对。
ContentPanel一般用来放置原生的 ASP.NET 控件 或者 HTML 标签。建议仔细学习一下Fi ...
好吧 谢谢
使用原生态,关键要页面风格就不好保持一致了。不知道有没有其他解决方法
作者:
隨風往事
时间:
2014-6-27 11:19
本帖最后由 隨風往事 于 2014-6-27 11:20 编辑
有没有 替代方案
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4