I have an SfListView that contains another SfListView with a grid and I want to use an image as a button but I cannot seem to get the behavior to map with a binding.
Here is the image mapping code that does not fire the command in the view model

I even tried to map a button to the command and it's not working, the button shows the animation of being pressed but the command is not called

... using commands and binding all over the place ... no errors reported..
Here is the command code in the view model ... like dozens of other commands

Everything is public and just like dozens of other commands used the same way .....
It's almost like the SfListView is NOT clickable because it's nested for some reason ?
Am I missing something ?
Thanks in advance for ANY help you can offer.
Stephen