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

How to scroll inside of DraggableStack? #17

Open
fax1ty opened this issue Jan 23, 2024 · 3 comments
Open

How to scroll inside of DraggableStack? #17

fax1ty opened this issue Jan 23, 2024 · 3 comments

Comments

@fax1ty
Copy link

fax1ty commented Jan 23, 2024

I need something similar to FlatList. But as I can see, it was deleted. How can I achieve similar behavior with a new component?

@antoniocasero
Copy link

antoniocasero commented Mar 19, 2024

I have the same issue with DraggableGrid, once the items are larger than the viewport, the container does not scroll. So I wrapped it in ScrollView, which solved the scrolling issue, but the selection of items in the grid is messed up. I will not be able to drag the items at the bottom.
Did you experience the same? I can share an example project with this behaviour.
Thank you!

@ccoombsesmail
Copy link

I also have the same issue. Any update @antoniocasero

I can scroll with the ScrollView, but then everything gets messed up

@MDSADABWASIM
Copy link

MDSADABWASIM commented Nov 21, 2024

Have you guys found any fix for it, I'm using DraggableStack and ScrollView doesn't work at all with it.
cc: @mgcrea

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

4 participants