I have a ListView that I want to group results into, however the examples I am finding are not working. How can I group my results?
ListView
I want to group on t
I notice one thing right away - the GroupStyle.HeaderTemplate will be applied to a CollectionViewGroup, so your DataTemplate should probably look like this:
DataTemplate
CollectionViewGroup.Name will be assigned the value of Status for that group.
CollectionViewGroup.Name
Status