Did you tried it with "scroll"? :)

>From Qooxdoo API Viewer:

hidden  #   The content is clipped
auto   #  Scroll bars are shown as needed
scroll   #  Scroll bars are always shown. Even if there is enough room
for the content inside the widget.
scrollX  #   Scroll bars for the X-Axis are always shown. Even if there
is enough room for the content inside the widget.
scrollY  #   Scroll bars for the Y-Axis are always shown. Even if there
is enough room for the content inside the widget.

Greetings,
  Leander

chadrasekhar A schrieb:
> 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
>
>
>   


-------------------------------------------------------------------------
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