are there any events that the scroller will dispatch when being scrolled?
Asked
Active
Viewed 5,220 times
1 Answers
1
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.

Jason Towne
- 8,014
- 5
- 54
- 69
-
thanks.. i had to use the change watcher on the viewports verticalscroll postion – saisri2k2 Feb 11 '11 at 18:45
-
Awesome, glad to hear you figured it out. If my answer helped you solve your problem, an upvote and marking it as the answer would be most appreciated. :) – Jason Towne Feb 11 '11 at 18:57
-
This thread might be useful for detecting scroll position changes: http://stackoverflow.com/questions/4390725/flex-4-scroller/4425091#4425091 – sshongru Feb 14 '11 at 02:37
-
@Steven Shongrunden, Great find! Definitely bookmarking that one for later. – Jason Towne Feb 14 '11 at 16:09