guys after processing the item of a listview i was removing it using
lstSqlStatements.Items.RemoveAt(selected_index);
However this was completely disrupting my index trace as it was removing the item fron the listview.
Is there any ways to just DISABLE the item in the listview ?(so that the user does not click again on it)