Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Truncate long texts with ellipsis (...) on Label control

$
0
0

Is there a way to truncate long texts with an ... ellipsis using a Label control?

eg.

var l = new Label {
  Text = "This is a very long text",
  WithRequest = 50
}

should end in something like "This i..."


Viewing all articles
Browse latest Browse all 58056

Trending Articles