I want to get my listview to scroll to the user selected index and change its appearance. I tired to get this in many ways but nothing worked for me.
When I select any item from listview I am able to get the data and index of selected item but the SelectedTemplate apply on previous Index. Don't know how ?
for eg: By Default I selected index "0", so when I select index "3" the SelectedTemplate applies on index "0" and when I select index "5" the SelectedTemplate applies on index "3".
Codes are below, hope to get some help.