This is a migrated thread and some comments may be shown as answers.

How to Enable horizontal Scroll bar in RadRichTextBox

6 Answers 296 Views
RichTextBox (obsolete as of Q3 2014 SP1)
This is a migrated thread and some comments may be shown as answers.
A.p.kumar
Top achievements
Rank 1
A.p.kumar asked on 04 Jul 2016, 08:31 AM
 I'm Using  telerik  2011.3.11.1219 . I want  horizontal scroll bar in Radrichtextbox. How to enable the that ?????

6 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 04 Jul 2016, 11:29 AM
Hello,

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
Dimitar
Telerik team
answered on 07 Sep 2017, 06:16 AM
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
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
Hristo
Telerik team
answered on 02 Jul 2018, 11:47 AM
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 RadRichTextEditorhttps://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.
Tags
RichTextBox (obsolete as of Q3 2014 SP1)
Asked by
A.p.kumar
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
A.p.kumar
Top achievements
Rank 1
Sri
Top achievements
Rank 1
Yogesh
Top achievements
Rank 1
Hristo
Telerik team
Share this question
or