How to Easily Create a Left Side Navigation in Power Apps

preview_player
Показать описание
Hi All welcome back this is the 3rd video creating this Power App! The links to the entire app creation are below.

Creating a left side navigation in Power Apps using a gallery involves adding a gallery control to your app and setting it to a vertical layout. You can populate the gallery's Items property with a table that includes the navigation options. This approach allows you to easily manage and customize the navigation menu, making it responsive to user interactions and adaptable to changes in your app's structure.

Collect Navigation Formula:
ClearCollect(
colNav,
Table(
{
Title: "Home",
Icon: "Home",
Screen: Screen5_1
},
{
Title: "Gallery",
Icon: "CalendarAdd",
Screen: Screen5
},
{
Title: "Email",
Icon: "Mail",
Screen: Screen3
}
)
)

Chapters
0:00 Introduction
0:47 Setting Width and Gap
4:00 Gallery for Navigation
5:47 Using a Button for Nav
10:00 ClearCollect a Table for Nav
20:10 Final Touches
Рекомендации по теме
Комментарии
Автор

Thanks for watching everyone. If you're at the Power Platform Conference next month, make sure to say hi!

andrewhess
Автор

Great Content! I am practicing this currently. I'll definitely let you know how it went. I noticed from the video that you have a mark on your neck, did you hurt yourself, have breakout allergy to something?
Anyways, I hope that you are better now. Do take care of yourself.
P.s: Your No. 1 fan.

DavidPhilip-ykyl