Selected item is always at the bottom of list #40

Closed
opened 2023-04-14 15:18:56 +02:00 by wojtek · 0 comments
Owner

For long lists that do not fit in the window, the selected item will always be at the bottom of the list. This is because ListState is created from scratch with every frame. Instead, it must become stateful and be update live.

For long lists that do not fit in the window, the selected item will always be at the bottom of the list. This is because `ListState` is created from scratch with every frame. Instead, it must become stateful and be update live.
wojtek added the
bug
label 2023-04-14 15:18:59 +02:00
wojtek added this to the mvp (v0.1.0) milestone 2023-04-14 15:19:01 +02:00
wojtek added reference 40---selected-item-is-always-at-the-bottom-of-list 2023-04-14 16:23:19 +02:00
wojtek added this to the (deleted) project 2023-04-27 11:48:15 +02:00
wojtek removed this from the (deleted) project 2023-04-27 11:50:29 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wojtek/musichoard#40
No description provided.