TXTextControl.AutoExpand Property

Specifies whether the control size should expand automatically when the text insertion or format changes results in text that does not fit into the Text Control anymore. This property is only available if the ViewMode property has been set to Simple Control.

Syntax

TXTextControl.AutoExpand [= boolean]
Setting Description
True    The window size expands automatically.
False    Fixed window size.

Data Types

Integer.

Limitations

Run time only.

See Also