I have a ListBox to which I bound a sorted list of strings. I would like to display the list with dividers (headers) that announce the new letter - something like the 'Contacts' list on the iPhone.
Does anybody know how to achieve this goal? Perhaps using ListBox is not the right idea.
I am doing this with VS Express 2010 for Windows Phone 7.