Hi was wondering if anyone knows a good strategy to adjust a text box to fit text.
any ideas welcome.
Currently I am thinking to:
- counting the length of text,
- chopping it into lines (add
) - counting the lines and
- stretch the text box to fit.
But I am hoping there is a better way!
I want to then move a button to fit at the bottom of my text box.
any ideas welcome.
Thankyou!