I have a Listview which, when I edit a line, the columns of text are copied to text boxes.
After editing I then click on a button to replace the text in the listview.
If I wish to immediately edit the line again, nothing happens when I click on it because it is already still "selected".
I have tried a few different ways to unselect the item but the only way I can find is to select another item then go back to the original.
My customer is not happy with this way of doing things and wants me to fix it.
Can anyone help?