In my app I have a label that I want to be multiline but only to a certain point. After that it must be truncated? How can I achieve this?
Currently I can set the LineBreakMode
to WordWrap
and this creates a multiline label but there is no truncating.
If I change the LineBreakMode
to TailTruncation
, it always truncates after one line.