Only delete indexes 2-max from listpicker

I have a listpicker to delete items from a list. I don't want to be able to delete index 1 or 2.

Any help would be appreciated.

Add an if statement like this

If SelectionIndex >2

Taifun

perfect thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.