sujith
March 6, 2018, 9:59am
1
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.
Nastja
March 6, 2018, 12:14pm
2
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
sujith
March 6, 2018, 1:11pm
3
Thank you for your response
But still scroll bar seems disabled and it is not clickable up and down.
Nastja
March 6, 2018, 1:39pm
4
Just define the height for needed menu: https://snippet.webix.com/w1ds4nhm
sujith
March 7, 2018, 10:01am
5
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!.
Nastja
March 14, 2018, 10:41am
6
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