We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ScrollArea
Is your feature request related to a problem? Please describe.
When you hit the bottom (or top) of an nested ScrollArea it shouldn't immediately scroll the outer ScrollArea.
Egui behavior:
Browser behavior:
In the browser, when you hit the bottom and continue scrolling, the scroll is kept "locked" to the inner area unless:
This allows you to confidently scroll up and down nested scroll areas.
Describe the solution you'd like
Lock the scroll to a specific ScrollArea until the above conditions are met
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
When you hit the bottom (or top) of an nested
ScrollArea
it shouldn't immediately scroll the outerScrollArea
.Egui behavior:
Screenshot.2024-12-02.at.20.07.24.mp4
Browser behavior:
Screenshot.2024-12-02.at.20.11.51.mp4
In the browser, when you hit the bottom and continue scrolling, the scroll is kept "locked" to the inner area unless:
This allows you to confidently scroll up and down nested scroll areas.
Describe the solution you'd like
Lock the scroll to a specific
ScrollArea
until the above conditions are metThe text was updated successfully, but these errors were encountered: