New to Telerik UI for WinFormsStart a free 30-day trial

Word Wrap

Updated on May 7, 2026

As of R1 2023, the RadSyntaxEditor control supports word wrapping which enables users to view all text for a line that normally would have gone outside the viewport horizontally.

The functionality can be enabled by setting the IsWordWrapEnabled property to True.

Example 1: Setting IsWordWrapEnabled property

C#
this.radSyntaxEditor1.IsWordWrapEnabled = true;

Figure 1: RadSyntaxEditor with Word Wrapping

WinForms RadSyntaxEditor Word Wrap

Not finding the help you need?
Contact Support