I claim victory as well. Here is one method. This doesn't support mouse wheel acceleration or kinetic scrolling.
http://pastebin.com/xssXXY2p JP On Fri, May 21, 2010 at 3:27 PM, Alex Harui <[email protected]> wrote: > > > I’m pretty sure at least one person claimed victory by modifying the delta > of the MouseEvent. > > > > On 5/21/10 12:56 PM, "[email protected]" < > [email protected]> wrote: > > > > > > > I'm having this issue too. Is there any solution? > > On Tue, May 18, 2010 at 3:30 PM, Alex Harui <[email protected]> wrote: > > > > > > > Scrolling speed is a known issue. Some folks have had luck by modifying > the delta property of the MouseEvent before the scroller sees it by using a > capture phase or high priority event handler. > > > > On 5/18/10 11:23 AM, "Baz" <[email protected] < > http://[email protected]> > wrote: > > > > > > > I have a skinnabledatacontainer with custom itemrender surrounded by a > scroller and I want to adjust how many records are scrolled when the > mouse-wheel is used. Currently it scrolls way to many records. Is there an > easy way to do this? So far, the only way I've found is to extend the > existing scroller, then override the mx_internals "set mouseWheel" function. > The file also has to be AS, because overriding mx_internals functions > doesn't work in mxml <fx:script>. It's a very heavy solution for a > relatively simple activity, am I missing something? > > Cheers, > Baz > > > > > > > -- > Alex Harui > Flex SDK Team > Adobe System, Inc. > http://blogs.adobe.com/aharui > >

