Xamarin Forms Top Menu Shell Navigation
Today you'll learn to use Tabbed Bar Menu in Xamarin Forms 4.0
Let's open the solution uploaded from last two Hands on Lab, here's again the link Shell Demo Repo
After the solution loads you must take a look at AppShell.xaml file that is on the Portable Proyect.
At the line number 64 you have a commented code, please uncomment it !
That's it, as you can see in the code we have a ShellSection tag, this last is for top tabbed menu, feel free to change the code as you want.
Remember that the one who sets the limits is yourself.
Related links
Last post: Xamarin Forms Bottom Menu Shell Navigation
Microsoft Shell Documentation: Xamarin.forms Shell
Completed Lab Repo Shell Demo