Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,362 questions
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>