Hello Andreas!
Thank you for reporting this behavior. We believe that it is correct
that a Desktop does not get scrollbars if you drag a widget outside
its visible area.
However, if you want a Desktop to get scrollbars in your application,
you can activate them adding setting allowShrink* properties to false:
var desktop = new qx.ui.window.Desktop(
new qx.ui.window.Manager()).set({
allowShrinkX : false,
allowShrinkY : false
});
Cheers,
Jonathan
On 21.01.2009, at 11:38, Fink, Andreas wrote:
> Hi,
>
> I've a bug with the scroll-container. When I add a desktop to
> scroll-container and add some windows the scroll-container seems not
> to
> work correct.
> The scrollbars only appear if I move the window as far out of the
> scroll-container to reach the minimal bounds of the window.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel