-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Later
-
Affects Version/s: 7.0.5
-
Component/s: Components
-
Security Level: Jimmy
-
None
-
None
Reproducible sample:
<grid> <columns> <column hflex="min" /> <column hflex="1" /> </columns> <rows> <row visible="false"> <label>Test.....</label> <textbox /> </row> <row> <label>Test hflex min</label> <textbox /> </row> </rows> </grid>