Posts by Joaquim Junior • 1 point
2 posts
-
0
votes2
answers31
viewsA: The use of Pushasync<Tviewmodel> in MVVM allows calling multiple pages. How to avoid this?
Use a counter, which if there is more than 1 Voce will not perform the Pushasync function. And when you go back/start the original screen, reset the counter. public async void ActionAdicionar() {…
-
0
votes1
answer25
viewsA: How to change the Translationx property of an element through x:Name?
You won’t be able to get x:name because it is inside an Itemtemplate/Datatemplate You’ll have to pick up the mcard’s parent object and go looking for Chidren[Intel] until you find the item you want.…