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
Hello,
when using a CustomScrollView (with a SliverPersistentHeader), and wraping ReorderableWrap inside a SliverToBoxAdapter (fixed size), ReorderableWrap is not able to scroll anymore.
I tried by wrapping the ReorderableWrap inside a SingleChildScrollView as a workaround (inside SliverToBoxAdapter), this works, but in this case, I lose the benefit of using ReorderableWrap's scrollController and cannot drag an item to end (not visible) of page.
Probably same issue as in this comment #42 (comment)
I wonder if anyone has found a solution/workaround to fix this issue please?
The text was updated successfully, but these errors were encountered:
Hello,
when using a CustomScrollView (with a SliverPersistentHeader), and wraping ReorderableWrap inside a SliverToBoxAdapter (fixed size), ReorderableWrap is not able to scroll anymore.
I tried by wrapping the ReorderableWrap inside a SingleChildScrollView as a workaround (inside SliverToBoxAdapter), this works, but in this case, I lose the benefit of using ReorderableWrap's scrollController and cannot drag an item to end (not visible) of page.
Probably same issue as in this comment
#42 (comment)
I wonder if anyone has found a solution/workaround to fix this issue please?
The text was updated successfully, but these errors were encountered: