Question

In radRibbonBar (Windows form, Telerik 2010, Visual Studio 2012, C#) When I set RightToLeft property to Yes there isn't any problem in designer and i have this:

enter image description here

but when the project is run the ribbon button hide the close button, like this:

enter image description here

Any idea? Can i remove this button?

Was it helpful?

Solution

Well, at first, it seems that only the ribbon control is in RightToLeft mode, but not the form, as its buttons are not moved.

I would suggest using RadRibbonForm (http://www.telerik.com/help/winforms/forms-and-dialogs-ribbonform-overview.html), which will take over the task bar as well. You can modify this behavior with the AllowAero property of the ribbon form.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top