You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if it was possible to allow drag only on a certain parts of the widget and not on all of it. Just like the ReorderableDragStartListener works for flutters own ReorderableListView.
Currently when using a ReorderableColumn, it makes the whole widget dragable, which is a huge deal breaker, when it's used in a ListView. Because when I also want instant dragability (setting needsLongPressDraggable = false) I can't scroll the list view anymore (as my scroll movement would reorder widgets instead of scrolling).
The text was updated successfully, but these errors were encountered:
derteufelqwe
changed the title
Add support for ReorderableDragStartListener when using ReorderableColumn
Add support for drag handles (only allow drag on certain parts of child widget)
Dec 25, 2022
It would be great if it was possible to allow drag only on a certain parts of the widget and not on all of it. Just like the
ReorderableDragStartListener
works for flutters ownReorderableListView
.Currently when using a
ReorderableColumn
, it makes the whole widget dragable, which is a huge deal breaker, when it's used in a ListView. Because when I also want instant dragability (settingneedsLongPressDraggable = false
) I can't scroll the list view anymore (as my scroll movement would reorder widgets instead of scrolling).The text was updated successfully, but these errors were encountered: