Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
How to achieve Auto Scrolling while Drag Drop in XamDataGrid
posted

Hi,

  I have a enabled the Drag Drop in XamDataGrid using Infragistics DragDrop Framework  DragSource. Everything work fines except when the xamdataGrid shows scrollbar & user tries to drag the item to it's end suto scrolling doesn't happen. How can we achieve it ??

I had tried 

 xamDataGrid.ExecuteCommand(DataPresenterCommands.RecordPageBelow)
But I am not sure how to know that a record is the last record in the view to trigger the above command.

Any help is highly appreciated.
Thanks,
Deep