Hi Franck, you shouldn't manually set layout-specific CSS properties on HTML elements unless you absolutely have to. In your example, you could add a child widget to the scroll container. If the widget grows taller than the available space, the container would automatically display the scroll bar. That wouldn't work with a plain DOM element since qooxdoo's layout system is a one-way street: It applies the size and position values it has calculated to the DOM, but it doesn't read them if they've been changed externally.
Regards, Daniel On 26.07.2013 12:32, franck34 wrote: > > Hi > > I'm trying to enable vertical scrollbar in this > http://tinyurl.com/nswr84m without luck. > > Any idea is welcome ! > > Thanks > > Franck > > * > * > * > * > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
