Mega Code Archive
Categories
/
Flex
/
Components
Set minmax scroll position for ScrollBar
import mx.events.ScrollEvent; [Bindable] private var scrollPos:Number; private function scrollHandler(event:ScrollEvent):void { scrollPos = event.position; }