FineUI 官方论坛
标题:
FormRow中多个TextBox出现BUG?(已解决)
[打印本页]
作者:
yygy
时间:
2013-3-28 14:19
标题:
FormRow中多个TextBox出现BUG?(已解决)
本帖最后由 yygy 于 2013-3-29 02:06 编辑
当TextBox 的数量为6或8时显示为2行,其它数量时显示为1行,怎样才可以显示在1行里??
<form id="form1" runat="server">
<x
ageManager ID="
ageManager1" runat="server" AutoSizePanelID="RegionPanel1" />
<div>
<x:Form ID="Form3" runat="server" LabelWidth="40px">
<Rows>
<x:FormRow ID="FormRow2" runat="server">
<Items>
<x:TextBox ID="TextBox1" Label="1" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox2" Label="2" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox3" Label="3" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox4" Label="4" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox5" Label="5" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox6" Label="6" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox7" Label="7" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox8" Label="8" runat="server">
</x:TextBox>
</Items>
</x:FormRow>
<x:FormRow ID="FormRow1" runat="server">
<Items>
<x:TextBox ID="TextBox9" Label="1" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox10" Label="2" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox11" Label="3" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox12" Label="4" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox13" Label="5" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox14" Label="6" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox15" Label="7" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox16" Label="8" runat="server">
</x:TextBox>
<x:TextBox ID="TextBox17" Label="9" runat="server">
</x:TextBox>
</Items>
</x:FormRow>
</Rows>
</x:Form>
</div>
</form>
[attach]1931[/attach]
作者:
yygy
时间:
2013-3-29 02:06
多谢llg(1859)
作者:
sanshi
时间:
2013-3-29 05:16
yygy 发表于 2013-3-29 02:06
多谢llg(1859)
分享下解决办法
作者:
yygy
时间:
2013-3-29 08:15
<x:FormRow ID="FormRow2" runat="server" ColumnWidths="12% 12% 12% 12% 12% 12% ">就可以
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4