Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Here if my account number exceeds the numbers from last get cut/disappear. So I used LineBreakMode to WordWrap in label but this is also not working here.
<Label FontFamily="InterstateRegular">
<Label.FormattedText>
<FormattedString>
<Span Text="{x:Statiresx:AppResources.ACC_NO_COLON}"/> <Span Text="{Binding AccountNumber}" TextColor="#0098CC"/>
</FormattedString>
</Label.FormattedText>
</Label>