I search to group items in a ComboBox control like this:
group
- item 1
- item 2
group 2
- item3
...
So, I tried this example: here which is for WPF but does not work for UWP because ListCollectionView does not exist. So I tried with CollectionViewSource without any success.
Thanks
Samuel