Hello,

this always depends on the surrounding layout and the layout properties you
supply during the add.
I have build an example in the playground where the textarea stretches
nicely in a window:

var win = new qx.ui.window.Window("Test");
this.getRoot().add(win);
win.open();

win.set({
  layout: new qx.ui.layout.Canvas(),
  contentPadding: 0
});
win.add(new qx.ui.form.TextArea(), {edge: 0});

Maybe that already helps. Otherwise, could you supply your code snippet
which is not working?
Best,
Martin


skar wrote:
> 
> Hi,
> 
> Textarea isn't increasing in height to occupy all available vertical 
> window space, but uses scroll bar to display all the content it 
> contains. Any way to make it occupy all the vertical space?
> 
> cheers,
> skar.
> 
> -- 
> --
> The life so short, the craft so long to learn. 
> 
> 
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/textarea-not-occupying-remaining-vertical-space-tp4163938p4164303.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to