1
How do I delete an item from my listview? I delete the item, but when I click on the next item the same item I deleted is selected.
My code:
adapter.Remove("LISTA 1");
adapter.Remove("LISTA 2");
adapter.Remove("LISTA 3");
adapter.Remove("LISTA 4");
do you using Observablecollection in your itemsource? Just for the record, this is Stackoverflow in Portuguese, if you are Brazilian, here you can post the question in Pt msm.
– BrianSouza
I am not using !
– mba
Please translate your question or it will be closed by the community.
– Ismael