Question
Detect when a spark Scroller is changing scroll position
| <s:Scroller right="0" left="0" | ||||
| bottom="0" | ||||
| top="0" | ||||
| > | ||||
| <s:horizontalScrollBar> | ||||
| <s:HScrollBar id="hbar" change="bottomscoller_hScrollBar_change(event)" /> | ||||
| </s:horizontalScrollBar> | ||||
| <s:HGroup gap="0" | ||||
| > | ||||
| ....stuff here | ||||
| </s:HGroup> | ||||
| </s:Scroller> |
then i have that function but it never gets called.
anyone know how to find out when this scroller has been scrolled?
