Hi.

> By default the grid layout doesn't grow horizontally unless at least one 
> of the columns is flexible. You can do this using the "setColumnFlex()" 
> method on the grid layout:
> 
> var layout = new qx.ui.layout.Grid();
> layout.setColumnFlex(0, 1); // make the first column flexible
> tasks.setLayout(layout);
> 
> 
> This should do the trick. Which column to make flexible depends on you 
> desired layout..

Thanks, tried it, it works.

flj


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to