How to support ListBox SelectedItems binding with MVVM in a navigable application

前端 未结 9 1235
有刺的猬
有刺的猬 2020-11-27 15:06

I am making a WPF application that is navigable via custom \"Next\" and \"Back\" buttons and commands (i.e. not using a NavigationWindow). On one screen, I have

9条回答
  •  半阙折子戏
    2020-11-27 16:01

    Turns out binding a check box to the IsSelected property and putting the textblock and checkbox within a stack panel does the trick!

提交回复
热议问题