Page 1 of 1

VL Web - adding a responsive menu bar

Posted: Wed Jul 27, 2016 3:00 pm
by faridah.belandres
Hi Guys,

Good day!

I am quite new to VL Web and would like to ask if there is a way/setting to make the Menu Bar component responsive?
I have a number [around 8] of main items in the menu and some of them have submenus.
However, when I use the menu bar to display them, I am not sure of what approach to use so that all of them are still visible/accessible even if I resize the screen/window to a small one.

There is a demo component [xDemoWebResponsiveDesignNavigation] included in the IDE which has a menu that is responsive.
I believe this uses labels instead of the menu bar but the items do not have sub-menus/sub-items.

Thank you in advance,
Faridah

Re: VL Web - adding a responsive menu bar

Posted: Thu Jul 28, 2016 9:44 am
by Stewart Marshall
This will be available in SP1.

The CollapseStyle property has been added to menubar, with values of All/Hidden

All - All items will be shown in a drop menu
Hidden - Only the items that do not fit will be shown in a drop menu

This will deal with submenus as well.


Regards

Re: VL Web - adding a responsive menu bar

Posted: Thu Jul 28, 2016 11:08 am
by faridah.belandres
Thanks Stewart!