Unplanned
Last Updated: 31 Oct 2018 07:51 by shahab kazemi
ADMIN
Todor
Created on: 22 Oct 2014 06:32
Category: RichTextBox
Type: Feature Request
4
RichTextBox: Add RightToLeft support for the FlowDirection property
When FlowDirection is set to RightToLeft:

<telerik:RadRichTextBox FlowDirection="RightToLeft" />

RadRichTextBox could work as system's RichTextBox - to layout the text correctly and swap the vertical scrollbar on the left side. Another option to consider is to change the default paragraph style (or 'Normal' style?) to have RTL flow.

Currently, when this property is set, the text gets reversed and the vertical scrollbar stays on the right side.
4 comments
shahab kazemi
Posted on: 09 Feb 2015 08:55
hi. please Add RightToLeft support for the FlowDirection property in RadRichTextBox
Just
Posted on: 31 Jan 2015 03:30
test.docx
Attached Files:
Just
Posted on: 31 Jan 2015 03:04
hi all, this is the example see attached file 
Attached Files:
Ehsan
Posted on: 17 Nov 2014 08:30
hi
according to attached image...
if we load a docx document in richtextbox that have multiple pages,
in this case we set:

LayoutMode="Paged"

then , our pages displayed from left side of  richtextbox container, but  in RTL languages this pages must be from Right side to Left side .
to solve this we have to set FlowDirection="RightToLeft"
<telerik:RadRichTextBox  FlowDirection="RightToLeft"   ...
this solve the problem, but new problem is that the content of pages displayed as LTR now.
is there any way to solve this problem?
tnx