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

Dimension problem of ApplicationMenu, Buttons exceeds

3 Answers 35 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Dario Concilio
Top achievements
Rank 2
Dario Concilio asked on 14 Sep 2016, 09:17 AM

Hi,

I'm creating RibbonView with an ApplicationMenu, I have several items, and it structured in 2 levels.

The 2nd level can has a lot of voice, these voices exeeds over ApplicationMenu area.

I tryed to value ApplicationMenu.Content with Grid sized, but ApplicationMenu area does not expand.

How should I go about doing this?

 

3 Answers, 1 is accepted

Sort by
0
Dario Concilio
Top achievements
Rank 2
answered on 14 Sep 2016, 01:28 PM
I'm using ScrollViewer to avoid this problem, is there a better way?
0
Accepted
Kiril Vandov
Telerik team
answered on 16 Sep 2016, 11:39 AM
Hello Dario Concilio,

The ApplicationMenu sizes its Height based on the number of ItemsDefined as its children(the buttons on the left: file,configuratione ..e.t.). However you can set its Width and Height properties which will be respected with high priority, that said you can set the Height as much as you want in order to show the entire content of your popup. However if you want a scroll-able content the best approach is to use ScrollViewer.

I hope this information helps.

Kind regards,
Kiril Vandov
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Dario Concilio
Top achievements
Rank 2
answered on 19 Sep 2016, 11:23 AM
Perfect! Thank you.
Tags
RibbonView and RibbonWindow
Asked by
Dario Concilio
Top achievements
Rank 2
Answers by
Dario Concilio
Top achievements
Rank 2
Kiril Vandov
Telerik team
Share this question
or