Xamarin forms position of toolbar items for android

前端 未结 3 1926

I want the ToolbarItem Menu1 on the left side, but at this moment both are on right side. How can I fix that?



        
3条回答
  •  遥遥无期
    2020-12-20 18:46

    As others have mentioned, this can only be done using a custom renderer for your Page. Then you need to move all the menu item creation logic there since Xamarin's built in ToolbarItem will cause all sorts of issues with your custom logic. You can refer to this answer for more details on how to move your items to the left - it's kind of involved, so perhaps it's a better idea to just live with having them on the right.

提交回复
热议问题