我正在尋找一種方法將菜單添加到我的ToolbarItem中。現在,它只是點擊文本,這裏是什麼,我想創建一個例子,如何將菜單添加到Xamarin.Forms ToolbarItem?
這裏是我到目前爲止有:
<ContentPage.ToolbarItems>
<ToolbarItem Text="{Binding EditButtonText, Mode=TwoWay}" Clicked="EditClicked" />
</ContentPage.ToolbarItems>
此示例還可以幫助你:https://github.com/tkowalczyk/SimpleToolbarsForms –