Hi all, I have a widget which contains (among other things) a qx.ui.container.Scroll widget. This widget contains a Composite container which, in turns, contains several TextFields, horizontally placed. I only add the scroll widget if the number of textfields needed is greater than some small number. My problem is that when I add the scroll, a blank space at the bottom is added, even when the content is small enough as not to require a scrollbar. Then, when a scrollbar is required it fills exactly the space "reserved" for it.
What I don't really understand is why is there space saved for the scrollbar (it is excluded after all using _excludeChildControl), and is it possible to change the default behavior so that space will be allocated dynamically when it is needed (i.e. when the scrollarea's content requires more space than the size of the scroll area)? Thanks! Omri -- View this message in context: http://qooxdoo.678.n2.nabble.com/Scrollbar-not-really-excluded-when-content-is-small-enough-tp7100985p7100985.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
