Hey Alex, this is the first time I've ever tried to subclass a component or override a method, and guess what? I got it to work! I know! I'm just as surprised as you are! Thanks for all your help.
--- In [email protected], Alex Harui <aha...@...> wrote: > > There is no API to control it. You could try subclassing, overridding > dragScroll and not calling super.dragScroll every time and resetting the > interval to a different number. > > > On 6/9/10 9:28 AM, "chuckjr" <itsmechuc...@...> wrote: > > > > > > > I have a list component with dragEnabled="true", dropEnabled="true", and > dragMoveEnabled="true", so I can reorder the items by dragging them. The data > is longer than will fit, so it shows the scroll bar. The problem I'm having > is that when I drag an item off the top or the bottom of the list, the list > scrolls so fast that I can't drop it where I want. It scrolls all the way to > the top or bottom before I get a chance to drop. Is there a way to make it > scroll slower? > > > > > > > -- > Alex Harui > Flex SDK Team > Adobe System, Inc. > http://blogs.adobe.com/aharui >

