Feature request: Ability to place a DragAndDropList inside another scrolling container
Opened this issue · 1 comments
ghunter99 commented
Hi @Norbert515
Thanks for creating this great and easy to use widget!
One thing I've run into is that putting a DragAndDropList inside another scrolling container gives an unbounded height error.
Maybe you could expose the Shrinkwrap property in ListView.builder?
Btw: Futter's ReorderableListView has a similar limitation:
Github/Flutter/ReorderableListView is too limited to be (always) useful #25789
Thanks!
Norbert515 commented
I overlooked this issue, I'm sorry.
If you haven't already fixed it - does wrapping this widget in an Expanded
help? Or did adding the shrinkwrap property fix the issue?