How to bind multiple selection of listview to viewmodel?

后端 未结 9 2000
刺人心
刺人心 2020-12-13 09:14

I am implementing a listview, and a button next to it. I have to be able that when i select multiple items in a listview, and then click on a button, then the selected items

9条回答
  •  有刺的猬
    2020-12-13 09:59

    Unfortunately the SelectedItems is a read only not bindable property.

    I found a lot of help from this article How to Databind to a SelectedItems property in WPF

提交回复
热议问题