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

Application Menu - How to Remove right column in RadApplicationMenu submenu

2 Answers 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 04 Dec 2017, 04:28 PM

Hello,

I created a ApplicationMenu in WinForms UI with icons and text in the menu-items.
On 1 item I created a sub-menu, but there shows up a second column (by default) which I dont want.
That was also the case first the first level of menu, but there I could fix this with a boolean property 'ShowTwoColumnDropdownmenu' on the applicationMenu itself. But there is no such property for a menu-item, or is there?

Please see again my attachment to clarify what I mean. (Pretty basic actually)

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 05 Dec 2017, 09:48 AM
Hi Martin,

Use the RightColumnWidth property:
radApplicationMenu1.RightColumnWidth = 150;

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Martin
Top achievements
Rank 1
answered on 05 Dec 2017, 10:22 AM
This works indeed. Thanks.
Tags
General Discussions
Asked by
Martin
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Martin
Top achievements
Rank 1
Share this question
or