Posts by Felício Aguiar • 1 point
1 post
-
0
votes0
answers30
viewsQ: How to get which viewcell the user clicked on, and pick up a text from a label that is in this same Cell view via commandParameter?
I have the following code in my view <ListView x:Name="MyListView" SeparatorVisibility="None" HasUnevenRows="true" ItemsSource="{Binding Items}" ItemTapped="Handle_ItemTapped"…