Xamarin.Forms ListView: Set the highlight color of a tapped item
Asked 07 September, 2021
Viewed 321 times
  • 54
Votes

Using Xamarin.Forms, how can I define the highlight/background color of a selected/tapped ListView item?

(My list has a black background and white text color, so the default highlight color on iOS is too bright. In contrast, on Android there is no highlighting at all - up to a subtle horizontal gray line.)

Example: (left: iOS, right: Android; while pressing "Barn2")

14 Answer