Since you are new to qooxdoo, I strongly suggest that you read the layouting
instruction page to get a full understanding of how the layouting system
works. You should then have an understanding of why you should not be using
a scroll container if you want to do resizing according to what you detailed
in your first message. To allow resizing, you need to bind the width and
height of an object to the window, scrolling removes any association with
the window and allows items to grow as needed. Now, it's possible that I do
not fully understand what you are trying to do, but after you read the
layouting tutorial, you should be in a better position to educate me on what
you are trying to do. Or even better still, you might be able to solve the
problem on your own thus learning the layout system.

http://qooxdoo.org/documentation/1.0/ui_layouting

Jim




On Sat, Jan 2, 2010 at 2:47 PM, [email protected] <[email protected]
> wrote:

> JHello,
>
> i try this but the vertical auto resize dosent work
>
>      var scroll = new qx.ui.container.Scroll();
>      this.getRoot().add(scroll, {edge: 0});
>
>      var container = new qx.ui.container.Composite(new
> qx.ui.layout.VBox(20)).set({
>         padding: 0
>       })
>      scroll.add(container);
>
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to