If you want a specific size use:

  myLayout.setWidth(100)
instead of
  myLayout.setWidth('auto')

To enable automatically scrollbars if needed:
  myLayout.setOverflow('auto')

Hope this helps


James A. Pyrich wrote:
> 
> Greetings,
> 
>    I want to arrange labels in a fixed arrangement on a CanvasLayout 
> within a window.  Right now, qooxdoo is causing the window to be resized 
> to the minimum required by the labels, but that's not what I want.  I 
> want to see a scrollbar to scroll down the page if I need it.
> 
>    How do I fix the size of the window/parent panel so that it does not 
> resize itself automatically?
> 
>    I'm going to keep poking around to see if I can find out how to do
> this.
> 
> James
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Scrollable-Layout-Panel-tf3841524.html#a10888833
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to