protected function onMouseWheelEventHandler(event:MouseEvent):void{
? = event.delta;} <s:List id="myList" mousewheel="onMouseWheelEventHandler" /> How should I do to enable the mousewheel function to scroll the Spark List ?
protected function onMouseWheelEventHandler(event:MouseEvent):void{
? = event.delta;} <s:List id="myList" mousewheel="onMouseWheelEventHandler" /> How should I do to enable the mousewheel function to scroll the Spark List ?