I have a need to allow TapGestureRecognizer to fire when the user taps the ListView (This is not the ItemTapped event). If the user taps the background of the ListView I need to perform an action.
The ListView has a GestureRecognizer although wiring this up with a TapGestureRecognizer does not do anything..
Any suggestions?
Thanks
Paul