FineUI 官方论坛
标题:
容器内控件布局问题
[打印本页]
作者:
phpb
时间:
2016-7-11 15:49
标题:
容器内控件布局问题
本帖最后由 phpb 于 2016-7-14 08:53 编辑
f:form内的控件布局,之中一行有三个控件,就对不齐,第一个控件占50%,随后两个控件占另外的50%[attach]9003[/attach]已经通过看看示例,领会了FINEUI的布局方法。很简单也很好用。
<f:Form ID="Form2" runat="server" BodyPadding="5px" Title="" >
<Rows>
<f:FormRow ID="FormRow1" runat="server">
<Items>
<f:TextBox ID="MaterialName" runat="server" Label="物料名称" Text="">
</f:TextBox>
<f:TextBox ID="Unit" runat="server" Label="计量单位" Text="">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow ID="FormRow2" runat="server">
<Items>
<f:TextBox ID="FirstModel" runat="server" Label="初始牌号" Text="">
</f:TextBox>
<f:TextBox ID="Batchno" runat="server" Label="批次" Text="">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow >
<Items>
<f:TextBox ID="NumberAmount" runat="server" Label="件数" Text="" Width="50%">
</f:TextBox>
<f
ropDownList ID="
ieceAmount" runat="server" Label="单件计量" Width="40%">
</f
ropDownList>
<f:TextBox ID="
ieceAmountSpecial" runat="server" Label="" Text="" Width="10%">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f
atePicker ID="DatePicker1" runat="server" Label="生产日期">
</f
atePicker>
<f:TextBox ID="TextBox1" runat="server" Label="小班组" Text="">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
作者:
Neal.六道
时间:
2016-7-13 08:45
处女座表示看见这种问题好难受,你的对齐是要把三列平分还是固定前两列第三个自适应,妈呀,强迫症还是回避一下这对不齐的问题
作者:
phpb
时间:
2016-7-13 09:55
第一个控件占50%,随后两个控件占另外的50%
作者:
刘军
时间:
2016-7-14 14:10
<f:FormRow ColumWidths="50% 25% 25%" >
作者:
phpb
时间:
2016-7-15 13:52
刘军 发表于 2016-7-14 14:10
谢谢
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4