Single-Line Mode
SyntaxEditor is a multi-line editor by default, but also supports a single-line edit mode where it looks like a single-line native TextBox
.
In this mode, nearly all of SyntaxEditor's features remain available, such as syntax highlighting, syntax error squiggle lines, and automated IntelliPrompt.
Activating Single-Line Mode
The SyntaxEditor.IsMultiLine property can be set to false
to activate single-line mode.
When that property is set to false
, these properties are also automatically adjusted:
- AcceptsTab is set to
false
. - IsOutliningMarginVisible is set to
false
. - IsSelectionMarginVisible is set to
false
.