标签: c# wpf drag-and-drop mousemove
如何在使用AllowDrop = false拖动元素的同时获取鼠标的当前位置?我需要当前的鼠标位置,因为我希望我的装饰者在拖动时跟随我的鼠标。
AllowDrop = false
DragOver事件不起作用,因为它仅在使用AllowDrop = true拖动元素时触发。
DragOver
AllowDrop = true
修改
某些情境:我有一个ItemsControl,想要拖动&删除项目以重新排序它们。重新排序是有效的,但是我的装饰师并不跟随鼠标。
ItemsControl