I have created one LightSwitch Web App HTML client using C# in Visual Studio 2013. I have connected to the External DB and loaded around 10 tables and created 3 screen templates (Browse, View and Add/Edit) for each table. while running my Application,
As shown in the snapshot the menu is available as a drop-down list, from the home screen all the browse screens menus are coming under the globalized drop-down list on the top to navigate to other browse screens .
My requirement is, i need to use navigation pane instead of that drop-down list in my home screen to navigate to other browse screens. Is that possible or any other kind of customization in practice ?