Home > Software design >  Xamarin listview change color
Xamarin listview change color

Time:02-14

How do change the color of the specific item in the listview? Ex( a listview of user that has status of active and inactive)

The active item background or border color will be set to green and inactive as red.

CodePudding user response:

You should take a look at the 'VisualStateManager': enter image description here

  • Related