Event when the scroller starts scrolling or ending scrolling in Flex 4.0

5.2k Views Asked by At

are there any events that the scroller will dispatch when being scrolled?

1

There are 1 best solutions below

4
On

To my knowledge, the Scroller component doesn't dispatch an event when it's scrolling the way the ScrollBar class did in Flex 3. You can read up more on Scrollers and Viewports on here and here.