Xamarin.Forms-Behaviors Shows how to use Command instead of Click events (ItemTapped, ItemSelected...) <ListView.Behaviors> <local:ItemSelectedToCommandBehavior Command="{Binding SelectCommand}" /> </ListView.Behaviors> Here is a video demo on youtube: