Make scroll area with changing width keep its relative vertical scroll position #5261
Unanswered
Rusty-Cube
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
ScrollArea
that contains aGrid
with many rows. I'm usingScrollArea::show_rows
to display it efficiently. However, theScrollArea
is inside a side panel, that I want to have dynamic width. If I resize the side panel, the scroll bar seems to keep its absolute scroll position and the content flies by. It would be much more useful, if it would keep its relative scroll position, so the content stays in place. How do I do that?scroll_area_drift.mp4
Beta Was this translation helpful? Give feedback.
All reactions