Hello
If i understand you correctly
you want to highlight a selected item in a listview
This can not be done with a listview as you can only change the properties of the list in the view and not the single item located in the list.
You can however do this with Scrollview and fill it with views that you can alter to indicate the selected item.
Hope this helps.