-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.0.0
-
Component/s: Components
-
Security Level: Jimmy
-
None
-
None
<zk> <listbox vflex="true"> <listhead> <listheader label="col" width="30px" /> <listheader label="col" hflex="1" /> <listheader label="col" hflex="1" /> </listhead> <listitem forEach="1,2,3,4,5"> <listcell forEach="1,2,3" label="item ${each}" /> </listitem> </listbox> </zk>