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

hflex/vflex wrong calculation with negative leftover size

XMLWordPrintable

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

      The last two Columns should shrink to 0 width.

      <listbox width="400px">
      <listhead>
      <listheader label="Product" width="250px" />
      <listheader label="Description" width="250px" />
      <listheader label="Comment" hflex="2" />
      <listheader label="Comment 2" hflex="1" />
      </listhead>
      <listitem forEach="1,2,3">
      <listcell forEach="1,2,3,4">Listcell</listcell>
      </listitem>
      </listbox>

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

              Created:
              Updated:
              Resolved: