Levi Soubry
Multi-Select dropdown in wpf?
I am learning C# and wpf at the moment, for school we have a project and need to build a program in C# and a ui using wpf for a Vacation Park. The user needs to select a park by choosing a location and facilities. For the Location I thought a Combobox is a good choice since there is only one choice but for facilities they can select multiple. I know this is possible with a listbox but this will look ugly on the ui. Is there a way to also have a dropdown with multiple selection and not to advanced since I am not that experienced?
3 replies