up vote 0 down vote favorite
share [g+] share [fb]

How can i stop the grid from scrolling while i am dragging outside the DataGrid component.

link|improve this question
feedback

1 Answer

I don't know DataGrid, but when I think logically, maybe you can add a MouseEvent.ROLL_OUT on the DataGrid, and in this event you dispatch a new MouseEvent.Mouse_Up, on the stage or on the component.. whichever works.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown