sbp wrote: 
> Would it be possible to have a quick alphabetic scrollbar  (like Orage,
> Squeezebox controller and iPeng have) instead of the A-Z grouping:
> 
> Here is an example:
> https://stackoverflow.com/questions/40200050/fast-scrollbar-with-alphabet-bubble-in-list-view

Possible. But, the issue is that all items are then part of the page -
as in if you have 30000 albums, I'd need to create that many items, with
only the visible currently populated. I'd then have to watch for items
becoming visible, and update. Which in itself is probably not that hard.
However, the scrolling will become slower the more items there are.
Early releases used a library that only added part of the list to the
DOM (i.e. the page), and updated this when scrolled. But this has issues
where some items would not be drawn.

The current A..Z grouping is a work-around for large lists.


------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to