Error when try to add TapGestureRecognizer on CollectionView.
<TapGestureRecognizer Tapped="TapGestureRecognizer_Tapped" />No error.
XLS0501 The property 'ElementTemplateContent' is set more than once.
Platform Target Frameworks:
Nuget Packages:
Solved. A mistake mine.
The correct form is :
<acry:MaterialFrame.GestureRecognizers>
<TapGestureRecognizer Command="{Binding DoneTodoTask, Mode=OneWay}" />
</acry:MaterialFrame.GestureRecognizers>
@andrewBezerra So we can close this one?
Yes.