-
Bug
-
Resolution: Fixed
-
Later
-
None
-
None
-
None
Please look at the attached screenshot.
<window border="normal" height="100%" width="100%"> <listbox vflex="1"> <auxhead style="background: white"> <auxheader label="x"></auxheader> <auxheader label="x"></auxheader> </auxhead> <listhead> <listheader label="1"/> <listheader label="2"/> </listhead> <listitem> <listcell label="a"/> <listcell label="a"/> </listitem> <listitem> <listcell label="b"/> <listcell label="b"/> </listitem> <listitem> <listcell label="c"/> <listcell label="c"/> </listitem> <listitem> <listcell label="d"/> <listcell label="d"/> </listitem> <listitem> <listcell label="e"/> <listcell label="e"/> </listitem> <listfoot> <listfooter label="z"></listfooter> <listfooter label="z"></listfooter> </listfoot> </listbox> </window>