Common causes include:
- SelectionMode is set to none.
- The DataTemplate does not define a selected visual state.
- The visual state is applied to the wrong element.
Ensure SelectionMode is enabled, define the required visual states, and apply them to the template’s root element.
Share with