Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dragging methods to ItemContainer #160

Merged
merged 4 commits into from
Nov 28, 2024
Merged

Conversation

miroiu
Copy link
Owner

@miroiu miroiu commented Nov 28, 2024

📝 Description of the Change

Move logic from container states into the container itself to better support different input sources.

New ItemContainer methods:

  • BeginDragging
  • UpdateDragging
  • EndDragging
  • CancelDragging
  • Select

Removed ItemContainer routed events:

  • DragStarted
  • DragDelta
  • DragCompleted

Related: #146

🐛 Possible Drawbacks

None.

@miroiu miroiu merged commit 8a8630b into master Nov 28, 2024
4 checks passed
@miroiu miroiu deleted the feature/146-container-dragging branch November 28, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant