For example,
<window>
<zscript>
List items = new org.zkoss.zkdemo.userguide.BigList(100); //a big list of Integer
</zscript>
<button label="test" onClick='list.paging.setStyle("background:red;");'/>
<listbox mold="paging" id="list" pagingPosition="both">
<listitem forEach="${items}">
<listcell label="${each}-1"/>
<listcell label="${each}-2"/>
<listcell label="${each}-3"/>
<listcell label="${each}-4"/>
</listitem>
</listbox>
</window>
Logged In: YES
user_id=1684431
Originator: YES
Fixed since 6/2.