I have a button with an arrow on the right side of it, this works great with android, but not at all with ios.
Here is the Xaml on the button:
<Button TextColor="White" Image="fwArrowWhite24x24" ContentLayout="Right, -10"
Text="Test" />
The image comes through, it is just on the left side of the button.
How can I get the arrow to the right side of my button?
Edit
I am wrapped in a DataTemplate for a Syncfusion SFSchedule. I don't know if his will help or if it does anthing, I still thought I would add that information.