Flex 4 scrollers mouse wheel speed ?
Is there any simple way to define a constant speed or should I say predefined step at which the mousewheel will scroll the vertical scroller? For example when I programmed my scrollers in flash I've made a formula which worked this way:
1) I want to move the scrollable content area with 40px per scroll of the mouse wheel
2) it calculates the 40px/visible content area height % which I then use to calculate for how much the scroller thumb should move on the track
3) also some code for reaching the top and bottom of the total content area/scroller track.
Here the scroller has some auto calulating speed but when I put scrollers to my main application (you know.. browser like scrolls) they seem to scroll very slow. So now I've been looking for a property or something to change it somehow to be more fast but couldn't find anything. Maybe I need to make the scrollers custom but I tought that would be stupid not to have on the default scrollers... so I am asking here.
Another question of anyone knows, does Flex 4 brings the mouse wheel to the Mac ? or the scrollers are still not working there without a workaround and custom codes ?
Thanks in advance!
