Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add toolbar item in TabbedPage in Xamarin Form

Can you tell me how can I add toolbar item in a tabbed page in xamarin from. thanks

like image 265
G Mehdi Balti Avatar asked Jan 27 '26 05:01

G Mehdi Balti


1 Answers

<TabbedPage.ToolbarItems>
    <ToolbarItem Name="MenuItem1" Order="Primary" Icon="Microsoft.png" Text="Item 1" Priority="0" />
    <ToolbarItem Name="MenuItem2" Order="Primary" Icon="Xamarin.png" Text="Item 2" Priority="1" />
</TabbedPage.ToolbarItems>

Re: Xamarin Forms Toolbar

like image 94
ColeX - MSFT Avatar answered Jan 30 '26 04:01

ColeX - MSFT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!