I am trying to make an autogrow textBox. Of course, that is not an automatic feature. I am wondering if there is any hack way to do it.
I tried this way: create a TEXT, a textBox, and a box container to include both. While I am typing in textBox, I am updating the TEXT, the TEXT will grow in length, and so the parent container will grow in length. Is there anyway, that I can pin the textBox height to be the same as its parent container, so that while the parent Container grow in height, so does the textBox?