An item of a listview cannot be disabled with IsEnabled=false, the tap event is always triggered.
Of course inside the callback method you can handle this, but with iOS there is further problem:
the item is also highlighted. Is there a way to solve this without recurring to native implementation?
Thanks.