Hi! How can I reordering some `Item` by drag/drop ...
# compose-desktop
u
Hi! How can I reordering some
Item
by drag/drop which in
LazyColumn
?
t
I do have a snippet for drag and drop outside of the LazyColumn. It is a little bit more complexe than just reordering the list. But maybe you can take it as starting point. If you do drag and drop just inside of the LazyColumn you do not need a fake replacement item outside of the LazyColumn. https://gitlab.com/-/snippets/2240199
z
@Timo Drick is this still the current status on drop in compose? or are there updates? i used your snippet and it doesnt do anything. any ideas?
t
Sorry did not worked on this. There are maybe better solutions now. But i do not know.