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?
2 Replies
Stack Overflow
How to have multiple selection of items on combobox
Hey I wanted to know how can I select multiple items from the combobox in XAML?
Note: I'm using Data Binding.
Like this image:
Mahapps.Metro is an open source project for WPF UI. It has the controls you need.