-
Notifications
You must be signed in to change notification settings - Fork 552
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
Drop event, without swapItems on move #176
Comments
I have folders and files. I need:
But:
How to implement what I need? Thanks |
@volser, You can override the methods and write your own, so instead of move you delete the item you are dragging. But this library is not designed for tree views, you will have troubles. |
@davideas Thanks for feedback
|
. 3. And how catch Drop event? |
@volser, I need to give the possibility to set a custom ItemTouchHelperCallback, where you can override everything, for moment you can't intercept everything but something. |
Ok, thanks |
@volser, with next SNAPSHOT, you can now set the |
How to implement drop event without swapItems on drag?
I want to drag item into another item, not swap
The text was updated successfully, but these errors were encountered: