-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
Security Level: Jimmy
-
None
Steps to Reproduce
1. run the code
<groupbox width="100%" height="200px" title="profile.xlsx"> <spreadsheet id="profile" hflex="1" vflex="1" showFormulabar="true" showContextMenu="true" showToolbar="false" showSheetbar="false" maxVisibleRows="2" maxVisibleColumns="7"/> </groupbox>
Current Result
the spreadsheet can't show itself
Expected Result
the spreadsheet can show itself correctly
Workaround
- specify a fixed height on spreadsheet
- is blocked by
-
ZK-4467 vflex inside closed groupbox has no effect
- Closed