If I add textWrap="true" to a Label, text is wrapped over several lines, so far so good.
But I have a very long string and our design only have room for two lines. How do I limit the Label to max two lines?
I'd prefer not to set a height, since that would leave an empty line for texts that could fit on one line?