Last Updated:
31 Oct 2023 22:55
by Justin
ComboBox: Allow SelectedItems collection to be bound in two-way mode to a view model
Currently SelectedItems is read-only, so users can bind it with one-way binding and only add and remove items from it. It would be helpful if SelectedItems can be directly bound in two-way mode and manipulated from the view model.