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

disabling scrolling in radmenu

2 Answers 46 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Arkadiusz
Top achievements
Rank 1
Arkadiusz asked on 13 Jan 2017, 11:08 AM

Hello!

I have scrolling radmenu, with few elements inside. Now for some reason I have to change it to not scroll, but creating second line if conains more elements than one line can handle.

Is it possible, to disable scrolling ability and set this menu height css property to auto?

Thanks for helping!

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter Milchev
Telerik team
answered on 18 Jan 2017, 09:08 AM
Hello Arkadiusz,

The following style achieves the multi row Menu demonstrated in this screencast.

html .RadMenu {
    white-space: normal;
}

Regards,
Peter Milchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Arkadiusz
Top achievements
Rank 1
answered on 23 Jan 2017, 09:46 AM
I tried perform it on both .RadMenu and .rmRootScrollGroup, but it does not changes anything even with !important and width: auto; :(
Tags
Menu
Asked by
Arkadiusz
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Arkadiusz
Top achievements
Rank 1
Share this question
or