qml scroll by sections
-
Hi,
I'd like to know, if lomiri has a generic solution for "section scrollers" in qml.
When you have a lot of entries in ListView (e.g. in contacts or in a music player) it needs some heavy scrolling reaching the end of the list. One solution is a "section scroller": swiping up/down at the right hand egde of the display/app, enables the section scroller, which jumps from one section to another (a section can be defined by the first letter of the list entries or other sort criteria).
Thank u,
fooxl. -
@fooxl I don't think there's one in the toolkit but Contacts app has one so perhaps you can just reuse that.