Programatically scroll Column or ListView #1026
Unanswered
ChristianKranemann
asked this question in
Q&A
Replies: 1 comment
-
There's an opened issue for that: #566 |
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.
-
Hey flet community,
i am trying to implement arrow up and down events on a column in order to move through the items.
I got it working so far, but i am struggling how to move the contents of the list up or down if the items are out side of the visible space.
I tried to use the Offset property, but this has some issues. For the column, it does not move the scroll bar. The scrollbar is fixed but the contend is moved.
How can i programmatically move the scroll position?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions