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

submenu width

2 Answers 81 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Jean-Marc Windholz
Top achievements
Rank 1
Jean-Marc Windholz asked on 27 Dec 2010, 04:09 PM
Hi,
I have a problem with submenus width in a radapplicationmenu inside a radribbonbar.
My submenus are larger then the main menu.

How ca I set my submenus as large as my main menu ?

As attachement a screenshot of my problem

Main Menu
Sub Menu

2 Answers, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 29 Dec 2010, 06:06 PM
Hi Jean-Marc,

Thank you for your question.

You should set the maximum size of the popup that contains the submenu and this should be done for all items that have a submenu:

radMenuItem1.DropDown.PopupElement.MaxSize = new Size(300, 0);

Hope this will help you. Feel free to write back if you have any further questions.

Kind regards,
Ivan Todorov
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
0
Jean-Marc Windholz
Top achievements
Rank 1
answered on 30 Dec 2010, 12:28 PM
Hi,
thank you for the solution, it works fine!!
Tags
RibbonBar
Asked by
Jean-Marc Windholz
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Jean-Marc Windholz
Top achievements
Rank 1
Share this question
or