# Textfield resize

**URL:** https://forum.kirupa.com/t/textfield-resize/227265
**Category:** flash
**Created:** [May 29, 2007, 1:32am UTC](https://forum.kirupa.com/t/textfield-resize/227265 "2007-05-29T01:32:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jimjiminyjimjim](https://avatars.discourse-cdn.com/v4/letter/j/aeb1de/32.png) [@jimjiminyjimjim](https://forum.kirupa.com/u/jimjiminyjimjim)
#### Post date: [May 29, 2007, 1:32am UTC](https://forum.kirupa.com/t/textfield-resize/227265/1 "2007-05-29T01:32:56Z")

</div>

How do you get a textfield to resize in the vertical direction?

Basically I have text being dynamically loaded from PHP into a series of dynamically created text boxes. Each new text box is placed below the previous one to create a list.

The problem is that in some text boxes there will be more text content than others. So rather than fix the textboxes height and end up with irregular gaps between each one. I need them to stretch and shrink individually.

Whats the best way of doing this?
