Changing Background of specific cell in ListView .NET MAUI
I have my ListView containing list of objects called “Item”
I want that once an Item is clicked, change it’s background color to a different color.
My issue is that I can’t access a specific cell. I can access the Item using list.selectedItem
but not the cell containing him