To show a visual highlight, use an item-level ViewModel flag (such as IsHighlighted) and bind it to a VisualState. Do not rely on SelectedItem, because selection disables immediate retapping. Clear selection and let the flag control the highlight.
To show a visual highlight, use an item-level ViewModel flag (such as IsHighlighted) and bind it to a VisualState. Do not rely on SelectedItem, because selection disables immediate retapping. Clear selection and let the flag control the highlight.
Share with