I need some help in creating a grouped ListView
for an Universal Windows App.
I found an example to do that but it was for windows 8 phone, and it was using CollectionViewSource
class and bind the ListView
ItemsSource
to it. But this is not available anymore, at least for Universal Windows App template.
Please Help.
Thanks in advance.