Thanks Jim, I've already discovered the cause.
I do this myTable.setHeight(myTable.getRowHeight*10) The table has more than 10 items. 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. Jim Hunter-2 wrote: > > Are you setting the visible preoperty of the status bar or the display > property? If an objects visibility=false, the browser still reserves room > for it. But if you set display="none" the browser does not reserve space > for > it. This may be your issue. > -- View this message in context: http://www.nabble.com/How-to-calculate-a-vertical-scrollbar-width-tf2596765.html#a7253963 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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
