Hi,
when I have a label which is not big enough to store the text then I can setup my label to put ellipsis ("...") at the end of the text automatically. This can be done with settings:
label.wrap = Off
label.autoHeight=Off
So when I have very long piece of text (e.g. "very long text. Very long text"). it just shows, e.g. :
Very long t...
What I want to achieve is to have the same behavior but for multiple lines (e.g. 2 lines) of text.
I created label which is 3 times as height and I put the same settings (label2.wrap = Off label2.autoHeight=Off)
Unfortunately this does not work and only single line of text is being displayed (ended with ellipsis).

Does anyone know how this can be achieved?
