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?

Reply via email to