Search code examples
xamlwindows-8microsoft-metrotitle

Windows 8 GroupedItemsPage


In a Windows 8 GroupedItemsPage, how can I change the title of each group? For example the default GroupedItemsPage has two groups and the titles of each group are "Group Title: 1" and "Group Title: 2" respectively. How can I change these titles?

Basically I want 4 groups where each group represents a different category and thus has an appropriate title :)


Solution

  • Look in the DataModel/SampleDataSource.cs to see where all of the sample data, including group names are defined.