Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-394

Set hflex to Column calculate a wrong width

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9
    • 5.0.8
    • Components
    • None

      <zk>
      <grid width="300px">
      <columns>
      <column hflex="1">
      <label value="A" />
      </column>
      <column hflex="1">
      <label value="B" />
      </column>
      </columns>

      <rows>
      <row>
      <label value="C" />
      <label value="D" />
      </row>
      <row>
      <label value="E" />
      <label value="F" />
      </row>
      </rows>
      </grid>
      <grid width="300px">
      <columns>
      <column hflex="1" label="A" />
      <column hflex="1" label="B" />
      </columns>
      <rows>
      <row>
      <label value="C" />
      <label value="D" />
      </row>
      <row>
      <label value="E" />
      <label value="F" />
      </row>
      </rows>
      </grid>
      </zk>

            SimonPai SimonPai
            jimmyshiau jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: