protected function onMouseWheelEventHandler(event:MouseEvent):void{
? = event.delta;
}
<s:List id="myList" mousewheel="onMouseWheelEventHandler" />
在2010-01-21 13:11:19,"Alex Harui" <[email protected]> 写道:
MouseWheel should work already, but not on all platforms. I don’t think the
player has implemented support for mouseWheel on Mac
On 1/19/10 11:27 PM, "j2me_soul" <[email protected]> wrote:
How can I enable the mousewheel event to the s:List ?
Is the s:List have a property like verticalScrollPosition in mx:dataGrid
My code is created by flashcatalyst so all component have skinclass property, I
don't wanna change the skin to css+picture. So how should I do?
--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui