Skip to content

Conversation

punker76
Copy link
Owner

@punker76 punker76 commented Nov 10, 2017

With these changes it will be possible to use a custom DataFormat for the drag&drop actions.

  • New property DataFormat at IDragInfo (default is DragDrop.DataFormat)
  • New attached property DataFormat (default is DragDrop.DataFormat)
  • The DragInfo will use the default DragDrop.DataFormat if there is no DataFormat set via attached property. It's also possible to override this at the StartDrag method.
  • The DataObject will then use the DataFormat from the drag info.

Closes #269
Relates to #269

New attached property DataFormat (default is DragDrop.DataFormat)
The DataObject will now use the DataFormat from the drag info
@punker76 punker76 added this to the v1.2.0 milestone Nov 10, 2017
@punker76 punker76 merged commit 52fba51 into dev Nov 10, 2017
@punker76 punker76 deleted the feature/269_Using_Own_DataFormat branch November 10, 2017 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant