hflex is not working in zk version 9.0.1.2

431 Views Asked by At
<hlayout width="100%" height="100%">
    <grid height="100%" sclass="farm-form-grid" hflex="1" xmlns:ca="client/attribute" ca:data-scrollable="false">
        <columns>
            <column width="2.2%" align="right" height="28px"/>
            <column width="34%" align="left"/>
            <column width="57%" align="left" />
        </columns>
        <rows sclass="farm-sale-rows">
            <row sclass="">
                <hlayout>
                    <label value="*" sclass="farm-label" />
                </hlayout>
                <hlayout>
                    <label value="Map Layer:" sclass="farm-label "/>
                </hlayout>
                <hlayout>
                    <textbox id="mapLayerTextbox" instant="true" sclass="intboxwidth"/>
                </hlayout>
            </row>
        </rows>
    </grid>
</hlayout>
  • I have used hflex="1" in grid to divided in two section.
  • But not able get the two section within the hlayout.
0

There are 0 best solutions below