you can use the autoSize property of textfields. for a
multiline textfield you'll probably want to specify its _width,
assign its text property, enable its autoSize property (true or
"left") and you can then use the _height of the textfield to
position the next textfield below it.