FineUI 官方论坛

标题: Form 行高度问题 [打印本页]

作者: 风信子    时间: 2012-9-13 03:43
标题: Form 行高度问题
如何让Form的行FormRow高度 按一定比例分布。如:有三行,高度分别占比20% 60% 20%"。我试了RowHeight没有效果
<ext:Form ID="sf_Edit" ShowBorder="true" ShowHeader="false" EnableBackgroundColor="true"
                        AutoScroll="false" BodyPadding="5px 5px" runat="server" EnableCollapse="false" AutoHeight="true"  RowHeight="20% 60% 20%"
                        AnchorValue="100% 70%">
                        <Rows>
                            <ext:FormRow ColumnWidths="80% 20%" >
                                <Items>
                             
                                </Items>
                            </ext:FormRow>
                            <ext:FormRow ColumnWidths="100%">
                                <Items>
                             
                                </Items>
                            </ext:FormRow>
                            <ext:FormRow ColumnWidths="40% 20% 20% 20% ">
                                <Items>
                                   
                                </Items>
                            </ext:FormRow>
                        </Rows>
                    </ext:Form>





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