Reputation: 8704
I have a list with some strings. I want to create filter like the people hub(or programs menu) has with filter by first letter. How to create such thing for a list?
Upvotes: 1
Views: 127
Reputation: 65566
Use the LongListSelector
from the Silverlight toolkit.
There's a great walkthrough at http://www.windowsphonegeek.com/articles/LongListSelector-walkthrough
Upvotes: 1