I am using ListView with SelectionMod = Multiple, According to the client's requirement I am in a situation where I want to Deselect All items in listview except lastest selected,
if I change selection Mod programmatically to single, it deselects all items but the selected item is then the first one(that I selected first time) not the last.