Drag and drop between two listview widgets.

0
Hi There, I'm trying to get the following feature working. I have the Mendix treeview working. At the lowest level objects need to be associated. On one side of the page should be the treeview and on the other side the (un)associated objects. Then the user should be able to drag the object to the treeview. At best the to be associated objects must be multi selectable. Does some have pointers for me how to get this working?
asked
1 answers
1

I created a drag and drop support widget: https://appstore.home.mendix.com/link/app/1856/Synobsys/Drag-and-drop-support-widget and a demo project https://appstore.home.mendix.com/link/app/1857/Synobsys/Drag-and-drop-support-demo-project

Have a look at the demo to see whether it fits your requirements.

answered