Articles in this section
Category / Section

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

1 min read

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 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)
Please sign in to leave a comment
Access denied
Access denied