I have A ListView and and delete button on a Form
I can select any item and press delete button to remove the item (I have disabled Multiselect)
Requirement: As I delete an item next item should be selected if Bottom item is deleted then it should select previous item
How do i achieve it