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..."
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..."