12-06-2012 06:56 PM
Hi all!
I've been trying to render a multiline label without sucess.
There were "multiline" and "wordwrap" methods before, but they aren't there now, so I can not force a label field to be multiline.
When extending there is a "isMultiline()" method, but can not find a way to set it.
Any idea?
Solved! Go to Solution.
12-06-2012 07:02 PM
12-06-2012 07:02 PM
OK, answring myself:
label.maxLines=0;
that's all
12-06-2012 07:03 PM
Thankyou man! but I solved it setting to 0, this way it's automathic