Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Petya
Created on: 18 Jul 2014 10:36
Category: RichTextBox
Type: Feature Request
2
RichTextBox: Add support for right-to-left flow direction for RadRichTextBox UI
 Add API for switching the flow direction of RadRichTextBox dialogs and mini tool bars. 

Currently this could be changed manually using the FlowDirection property, for example:

(this.radRichTextBox.ImageEditorDialog as ImageEditorDialog).FlowDirection = FlowDirection.RightToLeft;

but the result could be unexpected for Right-to-left.
0 comments