No navigation option in Wizard layout to scroll through sections

Issue: No navigation option to scroll through multiple sections in panel header

When you use the Wizard layout and add multiple sections, you do not see a navigation option that lets you scroll through the sections. The navigation option lets you scroll through sections in the header if they do not fit in the space available on your screen. 

nav-one
No navigation option in the Wizard layout

Solution

If the navigation option is not available, include the following for elementNavigationChanged event in your client library:

window.guideBridge.on('elementNavigationChanged', function({guidelib.util.GuideUtil.showHideNavScroll();});

nav-two
Navigation option visible