Submenu item scroll bar missing.

Hi @team,

https://snippet.webix.com/9tm2kmp9

This is regarding submenu scroll.
In this snippet when you select Translate->Slavic->ukranian , will show list of items.
How can i add vertical scroll bar for this big list ? to make every item visible.

Hello @sujith !
To add scroll to the submenu you just need to add config , so it will look like this

config:{ 
    scroll:true
}

But I want to admit that it’s just for particular submenu as you wrote above.
If you will need to make it for all submenus :

submenuConfig: { 
   scroll:true
}

Here is an example: https://snippet.webix.com/jjkbfb20

Thank you for your response

But still scroll bar seems disabled and it is not clickable up and down.

Just define the height for needed menu: https://snippet.webix.com/w1ds4nhm

Hi @Nastja ,

Is there any config for up and down scroller instead of normal scroll-bar on right?
‘Up arrow’ at top of the list, and ‘down arrow’ at the bottom, like that!.

Hello @sujith ,
Unfortunately, there is no solution for it

This snippet is not working properly anymore; there is no scrollbar visible in https://snippet.webix.com/w1ds4nhm

Workaround use css: overflow:auto; https://snippet.webix.com/wj1lm1kv

Hello @klompenrunner ,

Yep, it’s a known issue. We will fix it soon
As for now, you can try this workaround (with the help of CSS):
https://snippet.webix.com/wj1lm1kv

A better work around thanks to Nastja: https://snippet.webix.com/k2c0isr0