so for example
<ContentPage.ToolbarItems>
<ToolbarItem Name="logo" Icon="businessName.png" Priority="0" Order="Primary"/>
<ToolbarItem Name="shoppingCartImage" Icon="shopping_cart_IMG.png" Priority="0" Order="Primary"/> Activated="Onclick" />
<ToolbarItem x:Name="NumberOfItemsInCart" Priority="0" Order="Primary"/>
</ContentPage.ToolbarItems>
will display all items to the right of the toolbar...I would like the logo in the centre and then shopping cart image and label for number in shopping cart to the right...
Read many examples online regarding creating a customer render...(Xamarin forms position of toolbar items for android)
is this still the case? as these Q's were asked years ago...has xamarin been updated to include alignment of items in the toolbar or do I need to create a custom render... please advise thank you