Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi friends please help me
i am creating toolbar menu item in Xamarin forms. i have written codes MVVM.
my problem is that once i run the application to application is running properly but toolbar item contents are not displaying the menu items


if i create other project and applying same codes into different file so it is working properly but it is not showing in MVVM

What I have tried:

<ContentPage.ToolbarItems>
    <ToolbarItem Text="+"  Priority="0" Order="Primary"  IconImageSource="menu.png"></ToolbarItem>
</ContentPage.ToolbarItems>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900