FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

本论坛已关闭(禁止注册、发帖和回复)
请移步 三石和他的朋友们

FineUI首页 WebForms - MVC & Core - JavaScript 常见问题 - QQ群 - 十周年征文活动

FineUI(开源版) 下载源代码 - 下载空项目 - 获取ExtJS - 文档 在线示例 - 版本更新 - 捐赠作者 - 教程

升级到 ASP.NET Core 3.1,快、快、快! 全新ASP.NET Core,比WebForms还简单! 欢迎加入【三石和他的朋友们】(基础版下载)

搜索
查看: 3136|回复: 3
打印 上一主题 下一主题

FormRow中多个TextBox出现BUG?(已解决)

[复制链接]
跳转到指定楼层
楼主
发表于 2013-3-28 14:19:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 yygy 于 2013-3-29 02:06 编辑

    当TextBox 的数量为6或8时显示为2行,其它数量时显示为1行,怎样才可以显示在1行里??
    <form id="form1" runat="server">
    <xageManager 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>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
沙发
 楼主| 发表于 2013-3-29 02:06:38 | 只看该作者
多谢llg(1859)
板凳
发表于 2013-3-29 05:16:46 | 只看该作者
yygy 发表于 2013-3-29 02:06
多谢llg(1859)

分享下解决办法
地板
 楼主| 发表于 2013-3-29 08:15:14 | 只看该作者
<x:FormRow ID="FormRow2" runat="server" ColumnWidths="12% 12% 12% 12% 12% 12% ">就可以
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|FineUI 官方论坛 ( 皖ICP备2021006167号-1 )

GMT+8, 2024-9-17 11:06 , Processed in 0.045599 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表