DragAndDrop selectedItems of one silverlight Datag

2019-08-12 02:34发布

Currently I am using "DataGridDragDropTarget" to Drag a row from one datagrid to another, but a client want to be able to select multiple rows from one datagrid and drop them into another.

I played around a bit but realized "DataGridDragDropTarget" seems to be able to drag and drop single row at a time only.

Is there any alternative way to DragDrop multiple selected rows?

1条回答
孤傲高冷的网名
2楼-- · 2019-08-12 03:02

Pressing Shift key while dragging multiple rows to another datagrid really works for this. But can anyone suggest how can I remove shift key press while moving multiple rows or how to drag while holding CTRL?

查看更多
登录 后发表回答