-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
7.0.7
-
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?