Home » FAQ » .NET MAUI » How can a visual highlight be shown on the last tapped item after navigation while keeping the item tappable again?
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.
Platform BlazorASP.NETWinFormsWPF.NET MAUI
Question *
Answer (Optional)
Email (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Share with