Reorderable
Reorderable copied to clipboard
Support for scrollable Row/Column
Please add support for scrollable Row/Column. Currently, while dragging an item inside a scrollable Row/Column, it does not scroll and drag across the rest of the items, it just stops and drops the item after the last visible item.
I can't figure out a way to add this easily because it would require a rewrite of how the items are rendered and I'll have to control scroll somehow. Anyone is welcome to open a PR if they figure out a way.
You can use LazyColumn if you need the feature.