Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 7 - quick scroll list control?

On Android ListView control we can use FastScroll feature (handle on the right side of screen). On iPhone list control can show alphabetical grid for fast scrolling (see screenshots below).

Do we have something similar for Windows Phone 7? I have a list with ~500-2000 entries sorted alphabetically and I'd like to make it more usable - also with possibility to programatically scroll to selected row.

I found Jump List Control (link) - is there anything else, maybe more intuitional to use?

Android

iPhone

like image 656
tomash Avatar asked Jul 12 '11 10:07

tomash


1 Answers

In Windows Phone, you can use the LongListSelector control, which is part of the official Silverlight Toolkit for WP7. There's a good couple of articles on WindowsPhoneGeek that show you to use it.

like image 160
Derek Lakin Avatar answered Nov 07 '22 22:11

Derek Lakin