FineUI 官方论坛

标题: 关于AutoHeight的疑问 [打印本页]

作者: 冷风    时间: 2012-7-6 02:03
标题: 关于AutoHeight的疑问
我把panel的AutoHeight属性设置true了。但是现实的效果是这样的

都被压扁了。
这个是代码
<extanel ID="anel1" Title="视图详情" runat="server" Layout="Fit" AutoHeight="true"
        BodyPadding="5px" AutoWidth="true" ShowBorder="True" EnableBackgroundColor="false"
        ShowHeader="True">
        <Items>
            <ext:Form ID="Form2" runat="server" EnableBackgroundColor="true" ShowBorder="True"
                BodyPadding="5px" ShowHeader="true" Title="表单">
                <Rows>
                    <ext:FormRow>
                        <Items>
                            <extabel ID="Label1" Label="创建时间" Text="" runat="server">
                            </extabel>
                        </Items>
                    </ext:FormRow>
                    <ext:FormRow>
                        <Items>
                            <ext:TextBox ID="TextBox1" Label="输入框" runat="server">
                            </ext:TextBox>
                            <ext:Button ID="Button1" Text="按钮" runat="server">
                            </ext:Button>
                        </Items>
                    </ext:FormRow>
                </Rows>
            </ext:Form></Items>
    </extanel>

想问下这个属性要怎么用?

作者: 幻之达    时间: 2012-7-6 08:47
页面打开时就要载入GRID,空数据也可以




欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4