I'm using drag and drop to drag an entry from an FlexGrid. Did you know that
if you click on a line in an FlexGrid, and then drag your mouse off the
bottom of the FlexGrid, the FlexGrid scrolls to the bottom of the list? Same
thing if you move the mouse off the top of the list, the grid srolls
automatically up to the top. This is wreaking havoc with my drag and drop
operation.
If the user's drag motion exits the grid from the side, then all appears
well; The highlighted row remains where it is as the user drags the little
person icon down to the drop zone. But if the user's drag motion exits the
grid off the bottom (or the top), then all hell breaks loose as the grid
starts scrolling madly for no apparent reason, the highlighted line
representing the entry which is being dragged disappears and the user is
left staring at the final entries in the list after the drag completes.
Is there anyway to stop the FlexGrid from autoscrolling like this? Who needs
it? That's what the vertical scroll bar is for.
Thanks for any help which you can offer!
- Joe Geretz -