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

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -