>hi, i have two datagrid to implement drag and drop between two datagrid,
>I need some help from your guy,
>my question is , how can i programically scroll to right when i drag an text object >from datagrid A to Datagrid B (right hand side, since i still have column in right >hand side) , how to i do a drag over and the column in right handside keep visible >to me ? if anyone can show example for me, that better .
ClayB [Syncfusion] - 07 Jul 2004 11:42 GMT
This faq has some autoscrolling code in it that is used for scrolling when
you are selecting cells. Maybe something similar will work for you during
D&D.
George Shepherd's Windows Forms FAQ contains an entry entitled:
How can I use a mouse to select cell ranges in my datagrid?
Check it out at:
http://www.syncfusion.com/faq/winforms/search/930.asp
=============================================
Clay Burch, .NET MVP
Syncfusion, Inc.
visit http://www.syncfusion.com for .NET Essentials
> >hi, i have two datagrid to implement drag and drop between two datagrid,
> >I need some help from your guy,
> >my question is , how can i programically scroll to right when i drag an text object >from datagrid A to Datagrid B (right hand side, since i still
have column in right >hand side) , how to i do a drag over and the column in
right handside keep visible >to me ? if anyone can show example for me, that
better .