Within my application I\'m using a Scroller component. I can\'t seem to figure out which event I should set up a listener on in order to know when content is scrolled. I tried <
You can listen for the propertyChange event on the viewport of the Scroller. Here is an application that demonstrates how this might be done: