I have the following XAML. How can i highlight the selected item in the ItemsControl ? I can override the selected item template for ListView but how to achieve the same for
An ItemsControl does not track the SelectedItem
ItemsControl
SelectedItem
If you want that behavior, I would suggest overwriting the styles and templates for a ListBox
ListBox