Specifies whether the control's text is displayed on single or multiple lines.
Type
Description
Boolean
A Boolean expression that specifies whether the control's text is displayed on single or multiple lines.
By default, the SingleLine property is False, which
indicates that the control supports multiple-lines. Use the SingleLine
property to display single-line captions. If the SingleLine property is True,
the <br> HTML tags are ignored, the same for Cariange or New Line
characters. The ScrollBars property specifies the scrollbars
to be displayed on the control. The ScrollWidth
/ ScrollHeight property specifies the
width/height of the control's scroll bars.