How to prevent focus going to whole ListViewItem when the item's content view is clicked

63 views Asked by At

I have created a Xamarin ListView sample with customized item template. When I clicked the content view in the item template focus is applied for the list view item instead of that content view in item template.

How to restrict the focus for the parent when the content view is clicked?

0

There are 0 answers