> When I scroll vertically the table towards the end, I see a gap. > This gap can be removed by using: > > myTable.setKeepFirstVisibleRowComplete(false) > > This must be a bug.
This is no bug. The gap is nessesary. When keepFirstVisibleRowComplete is true then the first visible row is always completely visible (Who would have thought). This means that depending on the table's height, the last visible row may only be partly visible. If this is the case, the table shows at the end of the data a little gap, so the user is able to see the very last row completely, which wouldn't be possible otherwise. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
