Mega Code Archive
Categories
/
Flex
/
Components
VScrollBar sroll event
import mx.events.ScrollEvent; private function myScroll(event:ScrollEvent):void { showPosition.text = "Current scroll position: " + event.currentTarget.scrollPosition; }