Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Search: Xamarin.Forms - show list highlight when individual results are displayed #398

Open
nCastle1 opened this issue Dec 21, 2021 · 0 comments

Comments

@nCastle1
Copy link
Contributor

When individual results are selected and the result list view is being displayed, UWP and WPF native implementations show the result with a distinct style.

The current Xamarin.Forms implementation doesn't visually identify the selected item, aside from the callout display.

Resolving this issue requires two changes:

  • Update PART_ResultView_ItemSelected to only set the selected item to null if EnableIndividualResultDisplay is false, or there is only a single result.
  • Create a custom viewcell and viewcell renderer (with implementations for iOS, Android, and UWP) that supports a selection color. The default ViewCell implementation works well with selection on UWP, but isn't visually distinguishable on iOS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant