Metro: Grouping Items in a ListView Control
- by Stephen.Walther
The purpose of this blog entry is to explain how you can group list items when displaying the items in a WinJS ListView control. In particular, you learn how to group a list of products by product category.
Displaying a grouped list of items in a ListView control requires completing the following steps:
Create a Grouped data source from a List…