I thought that if I made the width field larger than the native text field would become multilined, I wrote it like this…
[lua]
–textBoxBriefDescription
local textBoxBriefDescription = native.newTextField( 160, 3450, 300, 160 )
textBoxBriefDescription.size = 20
textBoxBriefDescription:addEventListener( “userInput”, textBoxBriefDescription )
scrollView:insert( textBoxBriefDescription )
[/lua]
Thanks,
Matt.