Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReorderableWrap cannot scroll when inside a CustomScrollView #176

Open
scalz opened this issue Jan 31, 2023 · 0 comments
Open

ReorderableWrap cannot scroll when inside a CustomScrollView #176

scalz opened this issue Jan 31, 2023 · 0 comments

Comments

@scalz
Copy link

scalz commented Jan 31, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant