List customization - add category names for specific items

What is the best way to accomplish the following:

Let's say I have a list with dynamic data binding. Items inside are sorted by category.

Now I would like the section to be able to speak elements and put a heading above each category (just once).

+3


source to share


2 answers


I would suggest looking at LongListSelector . It is a free control that is part of the Silverlight Toolkit for Windows Phone . Many applications use this categorization method, and this makes your application more platform-compatible.



+1


source


Take a look at the LongListSelector control .



Download from here

0


source







All Articles