TableView with a-z index

Hi, just wondering if anyone has attempted to code/create a tableview with the a-z index running down the right side (a la iOS).

I can’t see anything in the official docs about it being supported as standard, so was wondering what the best approach would be…

Cheers

MrC [import]uid: 45444 topic_id: 33217 reply_id: 333217[/import]

There’s one in the code exchange that has a scroll bar on the side it should be easy to adapt to an a-z bar [import]uid: 7911 topic_id: 33217 reply_id: 131998[/import]

Yes I’m implementing one in a project right now. I draw letters A-Z down on top of a rounded rectangle. Then I add an event touch handler on the group. Calculate what letter I’m on based on the event.y and then I have category rows for each letter in the list and I loop through my tableView until I find the point where my letter is and then use the list:scrollToIndex() to scroll to the right place.
[import]uid: 19626 topic_id: 33217 reply_id: 132022[/import]

There’s one in the code exchange that has a scroll bar on the side it should be easy to adapt to an a-z bar [import]uid: 7911 topic_id: 33217 reply_id: 131998[/import]

Yes I’m implementing one in a project right now. I draw letters A-Z down on top of a rounded rectangle. Then I add an event touch handler on the group. Calculate what letter I’m on based on the event.y and then I have category rows for each letter in the list and I loop through my tableView until I find the point where my letter is and then use the list:scrollToIndex() to scroll to the right place.
[import]uid: 19626 topic_id: 33217 reply_id: 132022[/import]