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
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 dojoexample.