Hi,
I am populating a listview, and progmatically setting the selected item through .SetSelection(Position), this works great and even scrolls the listview to the selected item. I thought it would be nice to change the background colour of the selected row to show the user the exact item that is selected, however im unsure how to acheive this in code.
I have tried myListView.SelectedView.SetBackgroundColor(Android.Graphics.Color.AliceBlue) but this causes an error.
any ideas?