This is not a feasible solution. I know, but so far I have tried it. just add empty toolbars between menu1 and menu2 to create a space between them.
Thus, it will be installed on the left and right, respectively
<ContentPage.ToolbarItems> <ToolbarItem Name="Menu1" Order="Primary" Priority="0" /> <ToolbarItem Name="" Order="Primary" Priority="0" /> <ToolbarItem Name="" Order="Primary" Priority="0" /> <ToolbarItem Name="" Order="Primary" Priority="0" /> <ToolbarItem Name="" Order="Primary" Priority="0" /> <ToolbarItem Name="Menu2" Order="Primary" Priority="1" />
source share