On Feb 6, 2008 5:36 AM, Dan Trif <[EMAIL PROTECTED]> wrote:
> Hi,
> Any ideea how to make the vertical scrollbar always visible even when
> the table has no elements?
There's currently no user-visible way to do that. If you want to
allow it, you'd probably want to add a property
'forceVerticalScrollbarVisible' and then on line 1583 or Table.js
where it says
var verNeeded = false;
you'd change that to
var verNeeded = this.getForceVerticalScrollbarVisible();
By visible inspection, it appears that's all you'd need. I'm not sure
what, if any, side effects there might be.
Cheers,
Derrell
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel