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

Support for scrollable Row/Column #5

Open
seemarora opened this issue Dec 19, 2023 · 2 comments
Open

Support for scrollable Row/Column #5

seemarora opened this issue Dec 19, 2023 · 2 comments

Comments

@seemarora
Copy link

Please add support for scrollable Row/Column. Currently, while dragging an item inside a scrollable Row/Column, it does not scroll and drag across the rest of the items, it just stops and drops the item after the last visible item.

@Calvin-LL
Copy link
Owner

I can't figure out a way to add this easily because it would require a rewrite of how the items are rendered and I'll have to control scroll somehow. Anyone is welcome to open a PR if they figure out a way.

@Calvin-LL
Copy link
Owner

You can use LazyColumn if you need the feature.

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

2 participants