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

Menu scrolling not working

1 Answer 159 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 22 Aug 2017, 12:30 AM

Why isn't the menu scrolling working? I am trying to use it with the Angular directive.

<ul kendo-menu k-scrollable="true"

http://dojo.telerik.com/IFULi/2

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 23 Aug 2017, 12:07 PM
Hello Brian,

For the scollable functionality to be triggered the Menu's container should not be able to fit all items, otherwise if they all fit within the container there would be no need for scrolling. So for horizontal orientation the container's width should be smaller than the items' combined width and for vertical orientation the container's height should be smaller than their combined height. If you set the Menu's or its container's width, for example to 250px the scroll buttons will appear. Please see this dojo example.

Regards,
Neli
Progress Telerik
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.
Tags
Menu
Asked by
Brian
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or