Is it possible to wrap the Formatted Primary Text property of the StepView? I have simplified my Formatted Primary Text to avoid the need for word wrapping but my application is both Android and iOS and could potentially have smaller screens where the text might not fit.
My StepView Code:
<sfp:StepView>
<sfp:StepView.PrimaryFormattedText>
<FormattedString>
<Span Text="TITLE" FontSize="21" FontAttributes="Bold"/>
<Span Text="
"/>
<Span Text="asfkasdf asdjfh ajksdf has hdfjjlkasd f klasdfhaksd fh ajsdlkf askdfhjas d gadsasdfhas dashd asdfsadf" FontSize="18"/>
</FormattedString>
</sfp:StepView.PrimaryFormattedText>
<sfp:StepView.SecondaryFormattedText>
<FormattedString>
<Span Text="1. " FontSize="18" FontAttributes="Bold"/>
</FormattedString>
</sfp:StepView.SecondaryFormattedText>
</sfp:StepView>
Here is my Output: