0
votes

I am a new xamarin forms trainee I want to add title, logo and back button to my page and make the back button on the right of the page, and make the title on the left of back button, where the logo on the left of the page. I tried to use Xamrin.Forms.ToolbarItem, but is did not help me because ToolbarItem can not be label or text as you know. and when I searched I found that I have to use custom render without find a complete answer. so I came to here to ask your help. thank you.

    -


2

2 Answers

0
votes

This is might not the solution you expect but Xamarin Docs shows how to build your own page.

https://docs.microsoft.com/de-de/xamarin/xamarin-forms/app-fundamentals/templates/control-templates/creating