Text truncation - Xamarin
When using Xamarin.Forms, you can avoid text truncation by removing all instances of MaxLines
from your app.
<Label
Text="Avoid text truncation"
MaxLines="REMOVE" />
When using Xamarin.Forms, you can avoid text truncation by removing all instances of MaxLines
from your app.
<Label
Text="Avoid text truncation"
MaxLines="REMOVE" />