I have a WPF ListBox control and I\'m setting its ItemsSource to a collection of item objects. How can I bind the IsSelected property
ListBox
ItemsSource
IsSelected
Just override ItemContainerStyle:
Oh, by the way, I think you'd like this wonderful articles from dr.WPF: ItemsControl: A to Z.
Hope this helps.