Articles in this section

How to turn on the word wrap mode in the WinForms SyntaxEditor (EditControl)?

Word wrap

The SyntaxEditor's (EditControl) word wrap mode can be turned on by setting its WordWrap property to true. Its default value is false. Please refer to the below code snippet.

C#

// WordWrap property set.
this.editControl1.WordWrap = true;

VB

' WordWrap property set.
Me.editControl1.WordWrap = True

Reference link: https://help.syncfusion.com/windowsforms/syntaxeditor/text-visualization#word-wrap

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied