EditField.MultiLine Property
Read-Only
Syntax
MultiLine as Boolean
If True, wrap text to multiple lines and allow more than 32K of text on all platforms. Page Up, Page Down, Home and End keys are supported for Multiline EditFields.
A vertical scroll bar is added automatically when MultiLine is True.
MultiLine must be set to True to support styled text and automatic drag and drop. MultiLine EditFields support any standard terminator (Return, Linefeed, or Return + Linefeed) to indicate the end of a paragraph.
If MultiLine is off, EditFields have a limit of 32K of text on Mac OS "classic" builds.