I used the flash.events.Event.RENDER event to determine if the spark Scroller has been scrolled/repositioned
a pretty bad listener to be doing "if" statements inside. anyone know a better idea?
what does this mean? "This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange event."
Last edited by springframework; 08-02-2012 at 06:31 PM.
Just incase you were uneasy about implementing such a hacky solution, you did in fact stumble across a design flaw (or possibly a bug based on the docs).
Basically the only thing you can do is periodically "probe" the current scroll position. How you do this is up to you (EG. render event).