2010-06-03 196 views

回答

0

只需設置toolkit:DataGridDragDropTarget控制的AllowedSourceEffects屬性"None"

<toolkit:DataGridDragDropTarget AllowDrop="true" AllowedSourceEffects="None"> 
    <sdk:DataGrid Name="DropTarget" /> 
</toolkit:DataGridDragDropTarget>