: Chris Bunn
Reply-To: qooxdoo Development
Date: Tuesday, 18 August 2015 19:03
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Using scroll bars
John,
Thanks for the advice. If I attached the scroll at the root level will I
have to specify a size or will the scroll area take on the size
John,
Thanks for the advice. If I attached the scroll at the root level will I
have to specify a size or will the scroll area take on the size of the
browser window?
-Chris
On Tue, Aug 18, 2015 at 12:30 PM, John Spackman
wrote:
> If you want to have a scroll bars you need to use a qx.ui.contai
If you want to have a scroll bars you need to use a qx.ui.container.Scroll
this is a special kind of container that has only one child widget and adds
horizontal and/or vertical scrollbars.
One way would be to add the Scroll to your root and then put the tabview in
the Scroll.
Alternatively if