or
<telerik:RadRichTextBox x:Name="radRichTextBox" HorizontalAlignment="Stretch" Height="26" ScrollViewer.VerticalScrollBarVisibility="Disabled" AcceptsReturn="False" AutoInsertHyperlinks="False" LayoutMode="FlowNoWrap" VerticalScrollBarVisibility="Disabled"> <telerik:RadDocument> <telerik:Section> <telerik:Paragraph> <telerik:Span Text="This is a test"/> </telerik:Paragraph> </telerik:Section> </telerik:RadDocument> </telerik:RadRichTextBox>