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.
hi. please Add RightToLeft support for the FlowDirection property in RadRichTextBox
test.docx
hi all, this is the example see attached file
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