Open sukesh-ak opened 4 years ago
It seems that there is a workaround for this scenario, worth it to add it as a sample to the Gallery: https://github.com/microsoft/microsoft-ui-xaml/issues/33#issuecomment-1933103101
@karkarl I was originally saying that there was, but in my most recent attempt it didn't work. There is still work to be done here, and there should still be a sample in either case.
Is this a totally new sample, an addition to an existing sample page, or a modification of an existing sample page?
If this is an addition/modification to an existing sample page, which one? ComboBox sample
Describe the sample
Add a sample which shows how to add grouping inside ComboBox
Is your sample request related to a problem? Please describe it
Search results took to stackoverflow where the reply was 'there are no options in ComboBox to have groups'. But the Documentation shows there is. So a good sample implementation is missing to showcase it.
Additional context
I need it for my project as well.