Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Navigation List Submenu Very small

(0) ShareShare
ReportReport
Posted on by 74

Hi, 

 

I am creating an app that has a menu bar to the left of each screen. For some reason, the submenu items are VERY small and I can't figure out why. Here is my code and what it looks like currently. Any help you may be able to provide would be much appreciated!

 

App Issue.jpg

Table(
{
MenuLabel: "Home",
MenuIcon: Icon.Home,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 1,
SubMenu: Table()
},
{
MenuLabel: "Itinerary",
MenuIcon: Icon.Notebook,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 2,
SubMenu: Table()
},
{
MenuLabel: "Restaurants",
MenuIcon: Icon.ForkKnife,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 3,
SubMenu: Table()
},
{
MenuLabel: "Things to Do",
MenuIcon: Icon.Globe,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 4,
SubMenu: Table({MenuLabel: "Entertainment",
MenuIcon: Icon.Controller,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 1 },

{
MenuLabel: "Parks",
MenuIcon: Icon.Bug,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 2
},
{
MenuLabel: "Shopping",
MenuIcon: Icon.Shop,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 3 },
{
MenuLabel: "Spas",
MenuIcon: Icon.EmojiHappy,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 4 },

{
MenuLabel: "Theme Parks",
MenuIcon: Icon.Enhance,
MenuScreenNavigate: App.ActiveScreen,
MenuID: 5}

)
}
)

Categories:
  • galad2003 Profile Picture
    4 on at
    Re: Navigation List Submenu Very small

    Make sure Autoheight is checked for the lblSubMenu - it seems like it defaults to off when you import it.

  • Az8PnG Profile Picture
    85 on at
    Re: Navigation List Submenu Very small

    I'm having this issue as well, did u found any solution?

  • evaneezy Profile Picture
    2 on at
    Re: Navigation List Submenu Very small

    I'm having this issue as well, I've followed the directions. I also downloaded this component straight from Reza. All the values are correct, yet the submenu is squished. Cant figure it out.

  • Verified answer
    v-jefferni Profile Picture
    on at
    Re: Navigation List Submenu Very small

    Hi @Masonf2265 ,

     

    It seems like you have not set TemplateSize and Height properties of the sub Gallery, according to below video at 26:20:

    https://www.youtube.com/watch?v=3S0h2nODcxM

    vjefferni_0-1646722866029.png

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1