karaoke-dev / karaoke

Will be the best karaoke system.
http://blog.karaoke.dev
GNU General Public License v3.0
204 stars 16 forks source link

[WIP] Use virtualised list container to replace edit table. #2264

Open andy840119 opened 4 months ago

andy840119 commented 4 months ago

Remaining part of #2263. As EditorTable is removed in the github.com/ppy/osu/pull/28613/files Maybe should follow the change?

But VirtualisedListContainer contains the scrollbar, and lyric section already contains the scrollbar.

Maybe:

  1. Still use the EditTable.
  2. Use VirtualisedListContainer, but think about how to handle the double scrolbar?