Hi,
is it possible to make a ListViewItem call a ICommand (including CommandParameter) on tap?
Actually / AFAIK, this is only possible via AttachedProperties (which basically doesn't do anything else than wire up the ListView's OnItemTapped-Event in the background) or using some non-MVVM-CodeBehind "hack".
Thanks for tips, Sascha