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

Set hflex to Column calculate a wrong width

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 5.0.8
    • Fix Version/s: 5.0.9
    • Component/s: Components
    • Labels:
      None

      Description

      <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>

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: