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

Word Wrap

Updated on Sep 15, 2025

As of R3 2022, 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.

[XAML] Enable word-wrap in XAML

XAML
    <telerik:RadSyntaxEditor x:Name="syntaxEditor" IsWordWrapEnabled="True" />

[C#] Enable word-wrap in code-behind

C#
    this.syntaxEditor.IsWordWrapEnabled = true;

[VB.NET] Enable word-wrap in code-behind

VB.NET
    Me.syntaxEditor.IsWordWrapEnabled = True

RadSyntaxEditor with word wrapping

RadSyntaxEditor with word wrapping

See Also

In this article
See Also
Not finding the help you need?
Contact Support