6 Answers, 1 is accepted
0
Accepted
Hello,
You can set the LayoutMode to FlowNoWrap:
Let me know if I can assist you further.
Regards,
Dimitar
Telerik
You can set the LayoutMode to FlowNoWrap:
rtb.Document.LayoutMode = Telerik.WinControls.RichTextBox.Model.DocumentLayoutMode.FlowNoWrap;
Let me know if I can assist you further.
Regards,
Dimitar
Telerik
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
0

A.p.kumar
Top achievements
Rank 1
answered on 04 Jul 2016, 01:49 PM
Superb... Dimitar.
its working . Thanks a lot .
0

Sri
Top achievements
Rank 1
answered on 06 Sep 2017, 06:27 PM
Hello,
I'm using Telerik 2017.2.614.45.NoXaml but the Vertical and Horizontal scrollbars are not appearing for RadRichTextBox. See attahced the XAML and the Telerik dlls that are referenced. What else is missing?
Also our application has Theme which applies to all other Telerik controls except RadRichTextBox. Any idea why?
0
Hello Sri,
Please note that this is the WinForms forum. Could you please ask your question in the WPF forum: Forum threads about RichTextBox UI for WPF.
Thank you for your understanding.
Regards,
Dimitar
Progress Telerik
Please note that this is the WinForms forum. Could you please ask your question in the WPF forum: Forum threads about RichTextBox UI for WPF.
Thank you for your understanding.
Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0

Yogesh
Top achievements
Rank 1
answered on 30 Jun 2018, 05:28 PM
Hi
Does RichRadTextBox supports TextTrimming ? If no then what is an alternative to do that.
0
Hello Yogesh,
Please note that the control discussed control in this topic is obsolete as of Q3 2014 SP1. If you need to display and edit rich text content similarly to Word please use RadRichTextEditor: https://docs.telerik.com/devtools/winforms/richtexteditor/overview. This control has a powerful document object model and it supports zooming and three layout modes. The text is rendered according to the current layout mode and the scrollbars are automatically displayed if necessary: https://docs.telerik.com/devtools/winforms/richtexteditor/getting-started/layout-modes.
I hope this helps.
Regards,
Hristo
Progress Telerik
Please note that the control discussed control in this topic is obsolete as of Q3 2014 SP1. If you need to display and edit rich text content similarly to Word please use RadRichTextEditor: https://docs.telerik.com/devtools/winforms/richtexteditor/overview. This control has a powerful document object model and it supports zooming and three layout modes. The text is rendered according to the current layout mode and the scrollbars are automatically displayed if necessary: https://docs.telerik.com/devtools/winforms/richtexteditor/getting-started/layout-modes.
I hope this helps.
Regards,
Hristo
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.