I'm playing with the xamarin shell, I would like to insert a descriptive label as the header of the various items. as shown in the picture
this is my base code:
<ShellContent Title="Main"
Icon="main.png">
<_vm:DashboardPage/>
</ShellContent>
<ShellContent Title="Posizioni"
Icon="sec.png">
<_vm:DashboardPage/>
</ShellContent>
<ShellContent Title="Fornitori"
Icon="sec.png">
<_vm:DashboardPage/>
</ShellContent>
<ShellContent Title="Clienti"
Icon="sec.png">
<_vm:DashboardPage/>
</ShellContent>
I think I got lost in the solutions found on the web, but i don't go found solution. thanks