c# - How to have multiple selection of items on combobox -


hey wanted know how can select multiple items combobox in xaml? note: i'm using data binding.

like image:

image

you can use checkbox items of combobox.

and when checkbox checked, important modify placeholdertext of combobox, default show selected item, can modify show items checked.

for example here: how make list of checkboxes in alarm & clock app.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -