hanshengchiu / reorderables

Reorderable table, row, column, wrap, and sliver list that allow drag and drop of the children. https://pub.dartlang.org/packages/reorderables
MIT License
729 stars 168 forks source link

Not able to drag to end of Wrap #158

Open leavky opened 2 years ago

leavky commented 2 years ago

when the ReorderableWrap's children have many items, can't able to drag to end of Wrap.

image

sunilguptasg commented 2 years ago

Hi - the behaviour is fine. You need to manually scroll with the Scroll Controller.

This is manual since you may need to scroll differently - for example by the size of the widget being moved, or start scrolling before the widget touches the start/end of visible portion.