Use the EditMode, ScrollBars and WordWrap
properties to specify the characteristics of text fields on the
window:
By default, the EditMode property is set
to Editable. Set the EditMode property to DisplayOnly to prevent
the user from editing text in the field. Set the EditMode property
to SelectOnly to allow the user to select and copy text, but not
edit it.
By default, text fields display scroll
bars. To hide the scroll bars, set the ScrollBars property to
false.
The WordWrap property controls whether
text wraps in the text field. By default, text does not wrap in a
text field. Set the WordWrap property to true to make text
wrap.