Xamarin forms position of toolbar items for android

前端 未结 3 1924

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:51

    This isn't currently supported in Forms. To get around it, you could write a Custom Renderer that overrides the base Android toolbar renderer.

提交回复
热议问题