Skip to main content

Notifications

Left Navigation Power Apps Component

RezaDorrani Profile Picture Posted by RezaDorrani 12,141

Step by step walkthrough of building a responsive Left Navigation Component: https://www.youtube.com/watch?v=dP74npyyvGc

 

Canvas components make it easier to build reusable controls, such as navigation menus and dialogs.

The ‘master’ / ‘instance’ behavior makes it easy to reuse them as building blocks inside the app or shared between apps.

By creating a component library, app makers easily share and update one or more components with other makers.

 

Download component: https://github.com/rdorrani/PowerApps/tree/master/Components/Left%20Navigation

 

**** 2 things I missed showcasing in the video (It is part of the component available for download) which will highlight the current element selected in the Left Navigation Gallery

1) galNavigation Default property set to LookUp(LeftNavigation.NavItems,Screen=App.ActiveScreen)

2) rectSelected Visible property set to ThisItem.IsSelected

Categories:

Comments

  • deepaksahirwar Profile Picture deepaksahirwar
    Posted at
    Left Navigation Power Apps Component

    Dear Reza,

     

    How to implement Sub-Menus navigation in Menu Navigation Pane . When click on Menus it will dropdown to sub-menus.

     

    Thank you in Advance

  • shoebwk Profile Picture shoebwk 118
    Posted at
    Left Navigation Power Apps Component

    Hi Reza,

     

    I followed your youtube video and built one but in the application the icon is not visible, though I can see them on the components screen. I have attached the video and your code at the below link

    https://powerusers.microsoft.com/t5/Building-Power-Apps/Icon-not-visible-in-left-navigation-made-with-component-library/m-p/635139#M201436