Replies: 2 comments
-
When you need help, attach your some code... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is my existing code:
|
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.
-
Question
I have a test application that has two ListViews. It has a
on_keyboard(e: ft.KeyboardEvent)
function that allows the user to scroll a ListView using keystrokes (e.g. Home, End, Page Up, Arrow Up). The problem is that it only works for the first ListView. Is there a way that I could make it work for the second ListView as well by somehow selecting it?Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions