Is it possible to use the Drag and Drop api to mov...
# compose
n
Is it possible to use the Drag and Drop api to move a Box inside a LazyGrid? I can only see examples for text and pictures. Any pointers would be welcome!
z
Drag and drop is for system drag/drop/clipboard functionality. If you just need to reposition something with a drag gesture, use
Modifier.draggable
👍 1