AD
Administrator
Syncfusion Team
June 16, 2005 01:51 PM UTC
This is the default behavior. If the mouse hits the edge of the grid, the grid starting scrolling. Here is a little sample.
http://www.syncfusion.com/Support/user/uploads/GDBG_DnD_abf07417.zip
If you are doing your own D&D, then in DragOver you would have to manage the auto scrolling yourself. This normally involves setting a timer when you want the autoscroll to take place, and in the tick event, scroll the grid.