문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top