Hi,

I have one scrolling problem and don't know yet how to fix it.

On Form I have a big datagrid that have about 40 columns, form has scroll bar so user could scroll on left and right to view data. My problem is, this datagrid has drag/drop functionality. User will drag item from last column and will drop on first column.

When user dragging the item from last column and moving towards first column to drop the item. Grid doesn't scroll automatically and mouse stops on
the last showing column on left side. How could I set the autoscrolling so you can drop this item on first column.

Please help, anybody give me idea how to control this auto scrolling.

Thanks