Re: [qooxdoo-devel] VerticalBoxLayout and scrolling

2007-05-08 Thread Joe Hudson
Thank you very much for the help, Sebastian. I'll try that. Joe Sebastian Werner wrote: "auto" means to use the dimensions required to show all the content (without scrolling). So this seems to be the wrong value in your application. If you need a scrollbar you can set overflow to "scroll" or

Re: [qooxdoo-devel] VerticalBoxLayout and scrolling

2007-05-08 Thread Sebastian Werner
"auto" means to use the dimensions required to show all the content (without scrolling). So this seems to be the wrong value in your application. If you need a scrollbar you can set overflow to "scroll" or "scrollY". The height is often limited by the outer dimensions so I would think you need

[qooxdoo-devel] VerticalBoxLayout and scrolling

2007-05-07 Thread Joe Hudson
I have a class which extends the VerticalBoxLayout. After adding a few GroupBoxes to this, there are too many to show on the screenwithout scrollling however the scrollbars don't appear. I have set the height to "auto" but it still doesn't seem to work. I am using 7 alpha 2. Is there someth