-
Bug
-
Resolution: Invalid
-
Critical
-
None
-
6.0.1
-
Tomcat 6.0.29 Jdk6.0.32 IE9.0/Firefox13.0.1
listbox like this:
<borderlayout>
<north title=" " border="none" collapsible="true">
......
</north>
<west title=" " border="none" size="200px" splittable="true" minsize="150" maxsize="300" flex="true" collapsible="true">
<borderlayout>
</west>
<center autoscroll="true" style="background:url(images/_mbg.gif);">
<west border="none" collapsible="true" title="main" size="280px">
......
</west>
<center autoscroll="true" >
<listbox mold="paging" pageSize="15" style="height:100%;width:100%;">
......
</listbox>
</center>
<borderlayout>
</center>
</borderlayout>
The listbox's paging control always by last column of listbox , the style height 100% isn't avaiable. Someone can help me ? Is it a bug or need some setting?