If you want to have a scroll bars you need to use a qx.ui.container.Scroll this is a special kind of container that has only one child widget and adds horizontal and/or vertical scrollbars.
One way would be to add the Scroll to your root and then put the tabview in the Scroll. Alternatively if you just want the widgets of individual Pages to scroll (e.g. Perhaps only one Page needs a lot of space), you would put a Scroll in each Page and put the Page¹s widgets inside another container, and add that container to the Scroll. John From: Chris Bunn <cha...@gmail.com> Reply-To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net> Date: Tuesday, 18 August 2015 18:05 To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net> Subject: [qooxdoo-devel] Using scroll bars I am working with a simple application using the Desktop framework. The application UI container is constructed as follows: Root / Tabview / Page / Desktop / Window / ThemedIframe. I am tying to provide a scroll function at the Page or Desktop level that would allow users who are working from devices with lower resolution screens have the ability to scroll the desktop view so they can see any clipped portions of the Window widgets. Is this possible? Any direction would be appreciated. Thanks, Chris ---------------------------------------------------------------------------- -- _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
_______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel