Hi,

you can just use scrollChildIntoView to do the work for you. :)

http://demo.qooxdoo.org/current/apiviewer/index.html#qx.ui.core.Widget~scrollChildIntoView


Regards,
Daniel

uccio83 schrieb:
> I want to add to my application a set of buttons that make a Scroll container
> scroll to the widget linked by the button.
> The only function to programmatically apply scrolling are scrollToY(integer)
> and scrollByY(integer) but I don't know the amount of pixel I must scroll to
> reach my desired widget.
> How could I do? Is it possible to know the position of a widget within the
> Scroll container?
> 
> The widgets I want to reach are added to a Composite container that is
> layouted as VBox. The Composite container is direct son of the Scroll
> container. 


------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to