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

How to drop one source item present in master zone to multiple drop zones ? #93

Open
phmel opened this issue Sep 27, 2024 · 2 comments
Open

Comments

@phmel
Copy link

phmel commented Sep 27, 2024

The need is to keep items in master zone after dropping them in destination zones

@phmel phmel changed the title How to drop one source item in source zone to multiple drop zones ? How to drop one source item present in master zone to multiple drop zones ? Sep 28, 2024
@Harish2127
Copy link

Hi, I have the same requirement. Did you manage to solve it yet?

@phmel
Copy link
Author

phmel commented Dec 6, 2024

Hi yes !
You have to bind a dedicated collection on source DragDrop control and another specific on target DragDrop controls. When onDrop item on target just reset the state of source DD Control via a context variable (name ex ctxDragDropEvent) binded on InputEvent property. Reset done via this code UpdateContext({ctxDrapDropEvent: "Reset" & Rand()})
Regards

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

No branches or pull requests

2 participants