Skip to content
All posts

Menu Navigation (as a Component!)

In this video, we will build our own navigation menu component in Power Apps. Power Apps has no menu control. We’ll build a mobile oriented app menu, but if you’re building a tablet, browser, landscape oriented app menu, it works just the same; we’ll just need to use the vertical gallery instead. We’ll also learn how to integrate your color theming into this menu. This video is part of a series of video in which I show you how to build your own application template. Check out the playlist for that series below.

Tags:

-Power Apps Left Navigation

Power Apps Menu Navigation

-Power App Left Navigation

https://www.youtube.com/playlist?list…

🚩At the 17 minute, 40 second mark, I accidentally clipped the code expression, so here is the code that should be in there:

📌 LookUp(compMenu.NavigationItems, ScreenToGoTo.Name = App.ActiveScreen.Name)

-Darren Neese with PowerApps Tutorial