[Question] How to fix the scrollbar offset even if clicking outside the window #2226
Replies: 1 comment
-
on_window_event |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
For Column, Gridview, etc., the scrollbar offset is initialized when clicking outside the window.
How can I prevent this position from changing then?
I thought it would be good to detect clicks outside the window and modify the position each time, but I don't know how to do that.
If a Column has a lot of content, it is fatal if this cannot be resolved.
Code sample
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions