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 think this can also be better, using a GroupStyle with a new ControlTemplate:
...