Scrollbar ? Like the "a-z" sidebar list in the Apple "Contacts" app
-
I've looked around for a QML control for creating an alphabetic or numeric based list/grid/rect that acts like a quick index to a listview. Similar to how the Apple "Contacts" app has an a-z list where the vertical scrollbar would normally appear.
Is there a QML control that already exists? If so what is it called?
Or is this just a roll-your-own kind of thing..pin a grid to the edge of a list view, populate with alpha/number, and index the listview when a mouseclick occurs in the grid.
-
I think you need to build it by your own.