New to Telerik UI for WinForms? Start a free 30-day trial
Right-to-left support
Updated over 6 months ago
You can present the content of your ribbonbar instance in a right-to-left direction by setting the RightToLeft property to Yes:
C#
this.radRibbonBar1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
Figure 1: Right-to-left Ribbon UI
