Hi Friends,
Need your help to understand why the icons are not visible for the left navigation menu. The attachment 'Navigation menu.......jpg is a video showing how the menu is displaying. please change the extension to wmv & here is the code of App OnStart
ClearCollect(
colNav,
Table(
{
Title: "Home",
Screen: 'Home Screen',
Icon: Home
},
{
Title: "New",
Screen: 'New Request Screen',
Icon: DocumentWithContent
},
{
Title: "List",
Screen: 'List Screen',
Icon: DetailList
},
{
Title: "Details",
Screen: 'Detail Screen',
Icon: DetailList
}
)
)
@shoebwk
There is no JPG or video here to be watched....
To show the Icon... put this code in the Items property of a gallery.
colNav
Then place an Icon inside the gallery and put this code inside the Item property
ThisItem.Icon
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
186 | |
53 | |
41 | |
37 | |
31 |
User | Count |
---|---|
247 | |
75 | |
71 | |
69 | |
65 |