Re: [qooxdoo-devel] Using scroll bars

2015-08-18 Thread John Spackman
: 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

Re: [qooxdoo-devel] Using scroll bars

2015-08-18 Thread Chris Bunn
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

Re: [qooxdoo-devel] Using scroll bars

2015-08-18 Thread John Spackman
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