Reorderable icon indicating copy to clipboard operation
Reorderable copied to clipboard

Support for scrollable Row/Column

Open seemarora opened this issue 2 years ago • 2 comments

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.

seemarora avatar Dec 19 '23 14:12 seemarora

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.

Calvin-LL avatar Jan 23 '24 16:01 Calvin-LL

You can use LazyColumn if you need the feature.

Calvin-LL avatar Oct 31 '24 17:10 Calvin-LL