7 Answers, 1 is accepted
The RadRibbonTab can't be resized runtime. May I ask you to elaborate more on this case. I think I am missing something here. Can you send me a video with the described behavior? This way, I can better understand it.
I am looking forward to your reply.
Regards,
Dinko
Progress Telerik

Hello Dinko,
I've attached a screen shot of the RibbonWindow demo showing the behavior of the mouse pointer in various regions of the window.
Regards
Michael
Thank you for the provided image.
The RadRibbonView is stretch to the width of the window and internally in our code the control is handling mouse events. To achieve your requirement you can set 2 px. on the left and on the right side of the control. You can use the Margin property of the RadRibbonView. Check the following code snippet.
<
telerik:RadRibbonView
Margin
=
"2 0 2 0"
/>
I hope this approach will work for you.
Regards,
Dinko
Progress Telerik

Hello Dinko,
Thanks for your answer. Your suggested aproach is working. However, setting a margin to the RadRibbonView results in a small gap on both sides of the ribbon view. Maybe ou can find another solution in the next versions of Telerik.
Thanks
Michael
Hello Michael,
Thank you for your feedback.
We actually have an open feature request which addresses this issue. You can follow it to get notified about any changes in its status
Regards,
Dilyan Traykov
Progress Telerik

I reported this earlier this year as well. This isn't a "feature request", it's a pretty obvious bug.
Thanks,
Steve
Hi Steve,
Please excuse me for the confusion caused by my last reply. Indeed, the feedback item logged in our portal and in our internal backlog is of the "bug report" type and will be treated as such.
Regards,
Dilyan Traykov
Progress Telerik