Hi,
   I am trying to get Horizontal, and vertical scrollbars in a
canvasLayout, if some components are being added (more than of its
size).
The code is as follows,
var main = new qx.ui.layout.CanvasLayout;
        main.set({ left:10, top:30, right:300, bottom:100});
main.setOverflow('scrollX');
        main.setOverflow('scrollY');

var button = new qx.ui.form.Button("change");
button.set({ left:430,top:630});
main.add(button);

But the problem is that,vertical scroll bar is always coming as
setOverflow('scrollY') is overwriting the setOverflow('scrollX')
property.
Is there any way to get both scrollbars in a layout?
Can somebody please look in to this?
Thanks,
Chandra

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to