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

Resizing RibbonWindow

7 Answers 97 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 08 Aug 2019, 11:33 AM

Hi,

resizing RibbonWindow works fine, but when the mouse is over the right upper part of the RadRibbonTab resizing is not possible. I don't suppose this is by design?

Best regards

Michael

7 Answers, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 13 Aug 2019, 10:23 AM
Hello Michael,

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
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Michael
Top achievements
Rank 1
answered on 19 Aug 2019, 07:20 AM

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

0
Dinko | Tech Support Engineer
Telerik team
answered on 21 Aug 2019, 11:14 AM
Hi 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
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Michael
Top achievements
Rank 1
answered on 22 Aug 2019, 06:09 AM

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

0
Dilyan Traykov
Telerik team
answered on 26 Aug 2019, 04:06 PM

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Steve
Top achievements
Rank 1
answered on 04 Sep 2019, 04:40 PM

I reported this earlier this year as well. This isn't a "feature request", it's a pretty obvious bug.

 

Thanks,

Steve

0
Dilyan Traykov
Telerik team
answered on 05 Sep 2019, 10:55 AM

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
RibbonView and RibbonWindow
Asked by
Michael
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Michael
Top achievements
Rank 1
Dilyan Traykov
Telerik team
Steve
Top achievements
Rank 1
Share this question
or