Truncating label text makes it a single line. The application shows a description, it should be displayed in 2-3 lines, but Xamarin " LineBreakMode = TailTruncation " truncates it and limits it to one line. Is there a way to crop label text and show in multi-line lines. If the text does not fit into n number of lines, it should be truncated.
<Label LineBreakMode="TailTruncation" FontSize = "20" Text="Multi line Text" />
Thanks.
source share