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

Reply via email to