I scaffolded a project with Template Studio for WinUI (C#). During options selection I could not choose horizontal navigation pane. There is vertical navigation pane and horizontal menu bar. I don't need something so complicated like menu bar. I need to change fast between three pages: FileA Generate, FileB Generate and FileC Generate.
I scaffolded Vertical Nav Pane and set option of NavigationViewControl to horizontal but then it overlaped with titlebar and other UI. I started to remove and tweak margins, but I could not find the all the places requiring change. The old Template Studio for UWP had this option, but I want to use WinUI since UWP is deprecated.
- Using the scaffold tool how can I have a Horizontal Navigation Pane? How to tweak code?
- Since its a desktop app for simple file generation, do you know better alternatives for page switching? Ex: I saw one page with three tabs switches faster between them in TabView than a navigation Pane.
You just need to make a few changes. This should look better for your use:
To answer your 2nd question, you might want to take a look at the Pivot control.