Hi,
Does anybody know if there’s a way to detect a word wrapping event in native.newTextBox?
I’d like to expand the text box size and decrease the font size on the go as the user is typing a longer piece of text.
So I’d like to start with a small textbox with a big font size, and then expand the text box and make the font smaller.
Is there an easy way to detect word wrapping, or I have to assume how many words of particular font size fit in one line and write a method on that basis?