I have a sidebar with any folders. in one folder i have many entries and i have two problems:
firsts - in collapsed-mode i can not see all entries. scroll is not possible.
second - in expanded-mode i see only eight entries.
what is wrong?
THX
I have a sidebar with any folders. in one folder i have many entries and i have two problems:
firsts - in collapsed-mode i can not see all entries. scroll is not possible.
second - in expanded-mode i see only eight entries.
what is wrong?
THX
Good day,
Hello Mari,
Thank you for your help.
The suggestion 1 and 2 runs good for collapsed-mode but in extended-mode i have a problem with realy many items. i can not select all items with the mouse so i must first select one item and then i can with keyboard (not mouse) navigate to other items. Check the snippets.
https://snippet.webix.com/lawv2atg
https://snippet.webix.com/hvkreou8
The suggstion 3 runs good in extended-mode but not in collapsed-mode - check the snippet
https://snippet.webix.com/wt2wjw9s
But i crossed all you suggestions und used
scroll:“auto”, - for the sidebar
and
scroll:true for the menu
(menu.define({
autoheight:false,
height:216,
scroll:true,
});.
And its run perfectly! Thank you for your advice.
btw - scroll:auto for the menu were very good option for that example
THX!!!
Hello,
Yes, you are rightly noticed, the examples from the 1. and 2. points were for the different modes: in the expanded mode we work with the tree while in the collapsed mode the items are placed in a separate popup so each mode should be adressed in its own way.
I’m glad that that you were able to apply the solutions.