microsoft / WinUI-Gallery

This app demonstrates the controls available in WinUI and the Fluent Design System.
MIT License
2.81k stars 629 forks source link

ComboBox with grouping sample required #544

Open sukesh-ak opened 4 years ago

sukesh-ak commented 4 years ago

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.

karkarl commented 8 months 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

michael-hawker commented 8 months ago

@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.