Selected Items using MVVM in WinRT

前端 未结 3 540
北荒
北荒 2021-01-04 13:02

I\'m struggling to find a way to bind the SelectedItems property in a ListView to the view model.

Previously I used this: http://www.codeproject.com/Articles/412417/

3条回答
  •  暖寄归人
    2021-01-04 13:50

    You could look at the ListViewExtensions.BindableSelection from the WinRT XAML Toolkit on CodePlex.

提交回复
热议问题