Keywords: RightToLeft
Proposed Solution:
the control's RightToLeft property must be taken into account
Right-To-Left layout support
Answers approved by DevExpress Support
UPDATED:
In version 15.1 of our components, we introduced the Right To Left layout support for our controls. At present, the following WinForms controls support the Right To Left layout mode:
- ChartsGrid controls (Grid, TreeList, Pivot Grid, Vertical Grid and Property Grid)
- Data Editors and Controls (Range Control, Rating Control, etc.)
- Ribbon, Menus and related controls (BackstageView, AppMenu, etc.)
- Layout Control and layout containers (TabControl, GroupControl, etc.)
- Navigation Controls (Navigation Bar, Tile Control, etc.)
- Application UI Controls (Docking, DocumentManager, etc.)
You can find more info regarding this in the What's Right is Right and What's Left is Left (Coming soon in v15.1) blog post.
See also What's New in v15.1: Right-To-Left Support
Hi Imran,
Currently, not all our WinForms controls support RTL. Please review the Is Right-To-Left mode supported? KB article to learn more about our current RTL support.
I'm working with DevExpress.XtraBars.v15.1
I have DockManager in RibbonForm.
It looks like RibbonForm supports RTL but DockManager does not support.
I've set ribbon properties
RightToLeft = System.Windows.Forms.RightToLeft.Yes;
RightToLeftLayout = true;
It caused to DockManager docking problems.
I've submitted support ticket about it.
https://www.devexpress.com/Support/Center/Question/Details/T339544
Hello Libby,
Thank you for bringing our attention to this. We will answer you in the RibbonForm with RightToLeftLayout=true causes to DockManager docking opposite ticket.