I\'m working with a WPF app, more specifically a Canvas with draggable elements.
Once an item is being dragged, I\'d like to limit the scope of cursor movement to inside
You should be able to do it using the ClipCursor native API.