How to Word Wrap SfStepProgressBar Formatted Primary Text

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="&#x0a;"/>
<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:

Screenshot 2024-01-13 at 10.45.34 PM.png 


1 Reply

HD Hemalatha Duraisamy Syncfusion Team January 16, 2024 01:51 PM UTC

Hi Bryson Scales,


At present we do not have support for “Wrap content in PrimaryFormattedText and SecondaryFormattedText in StepProgressBar”. We do not have any immediate plans to implement this feature. At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest.

You can now track the status of this feature request here,      

https://www.syncfusion.com/feedback/26741/need-to-provide-support-for-wrap-content-in-primaryformattedtext-and


Regards,

Hemalatha D.


Loader.
Up arrow icon