开发者

Windows Phone 7 - quick scroll list control?

开发者 https://www.devze.com 2023-03-19 09:50 出处:网络
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 bel

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?

Windows Phone 7 - quick scroll list control?

Windows Phone 7 - quick scroll list control?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消