Add ability to link "macros" (collection of triggers) in MainPage.xaml

Right now, every item in the MenuItems collection in the NavigationPane on MainPage.xml must be a link to a page.

I would like to be able to use this for common, quick access shortcuts (similar to Scenes in the old Logitech Harmony world).

Today, these shortcuts are bound to Button controls on pages.

This would allow for fewer clickthroughs for the user to accomplish their goal.

I think you can choose to hide the links and create your project using a single Main page with the buttons which invoke the macros and page browsers… see John’s project (screens) : https://docs.google.com/presentation/d/e/2PACX-1vT2WV5AYeyJ0ksGcvAvM76X-8dj5Ia6ELD4eMj6C8U3U6oyK8U6DvHqPHccPlRT9BeyE7bT2wx5JPoV/pub?start=true&loop=true&delayms=60000#slide=id.g90b6483709_0_17

Thanks for this. I’ve built something similar but I kinda like the way the main page slides out from the left, so wanted to leverage that more (which is why I wanted to add shortcuts there).