This is a migrated thread and some comments may be shown as answers.

RadRibbonForm titlebar Problem

1 Answer 101 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 15 Aug 2012, 12:56 PM
Hi, 
when i use a RadRibbonForms in my application, at design time, titlebar buttons and directions are in a right manner as you see in attached file (a.png) but when i run the application, it was appear in a wrong style and direction (please see b.png file in attachments).
also i try it by "righttoleft=no" properity but i have a similar problem.

thanks from your replies

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 20 Aug 2012, 12:03 PM
Hello Ali,

Thank you for writing.

I assume that you want to display the form and the ribbon in RighToLeft manner. If so, just set the RightToLeft property of RadRibbonForm to Yes and in the code behind set the AllowAero property to false:
this.AllowAero = false;

I hope that you find this information useful.
 
Kind regards,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
RibbonBar
Asked by
Ali
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or