WPF ListBoxItem selection problem

后端 未结 3 1521
忘了有多久
忘了有多久 2020-12-09 10:01

I have a listbox where the items contain checkboxes:


    

        
3条回答
  •  有刺的猬
    2020-12-09 10:32

    You can also bind the IsChecked property of the CheckBox and IsSelected property of the ListBoxItem:

    
        
            
                
            
        
    
    

提交回复
热议问题