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

Closable group box & vertical flex

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.7
    • ZK Client Engine
    • None
    • Sandbox

      I have group box and some other control one above the other in vertical layout:

      <zk>
        <vlayout height="500px">
          <groupbox id="gb1" mold="3d" width="300px" vflex="100">
            <caption label="Enable Backups"/>
            <label value="Some content 1"/>
          </groupbox>
      
          <groupbox id="gb2" mold="3d" width="300px" vflex="100">
            <caption label="Enable Backups"/>
            <label value="Some content 2"/>
          </groupbox>
        </vlayout>
      </zk>
      

      Both controls have same positive vflex values. Group box if closable.
      I expect that extra vertical space after group box is closed will be used by second control but second control does not change its size.
      I suppose it is wrong, isn't it?

            Unassigned Unassigned
            svaor svaor
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: