Power Apps Modern Navigation Control Using Fluent 2 Design | Fluent 2 Component

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 15

  • @PowerAppsGuy
    @PowerAppsGuy  8 дней назад +4

    ⚠ The "sliding" animation you see in the video when navigating between screens is caused by the flexible height option being enabled on the component when inserted on a screen. If you disable flexible height and use "Parent.Height" in the height property, the nav items will not "slide" into view as you see in the video. Thanks!

  • @AnandhAdhithan
    @AnandhAdhithan День назад

    Awesome work done!!! Long time thinking to do this but now got an idea. Thanks for the helpful advanced video.

    • @PowerAppsGuy
      @PowerAppsGuy  День назад

      Thank you! I appreciate the kind words 😊 Stay tuned!

  • @matthewpenner765
    @matthewpenner765 7 дней назад

    Thanks for sharing such a great way to build modern UI components like we see on web pages. I'm new to PowerApps and this was extremely intriguing. Keep up the great work!

  • @gustavkaldner5248
    @gustavkaldner5248 8 дней назад

    Very impressive! I really like that you’re following best practices from Fluent UI. Keep up the great work 💪

    • @PowerAppsGuy
      @PowerAppsGuy  7 дней назад

      Thank you! I’m glad you enjoyed it. More to come! 💪

  • @michaeldenhaag
    @michaeldenhaag 6 дней назад

    Great work! Please keep on going with these kind of very helpfull components!

  • @AfifNazmiAzmi
    @AfifNazmiAzmi 3 дня назад

    Love your video! Please do it more🫶🫶🫶

  • @bartwy5676
    @bartwy5676 8 дней назад

    Mindblowing!

  • @prffrost
    @prffrost 7 дней назад

    Absolute great.....

  • @misganawtadesse9513
    @misganawtadesse9513 9 дней назад

    this is wonderful, Thanks!

  • @hsrinivas797
    @hsrinivas797 9 дней назад

    I follow your videos

  • @knekor
    @knekor 8 дней назад

    Is there a way to make the menu not jump when selecting items?

    • @PowerAppsGuy
      @PowerAppsGuy  8 дней назад +1

      Yes! You can disable "Flexible Height" on the component when you insert it onto a screen. It should be disabled by default, but I enabled it in this video when I inserted it onto the screen.
      For the drop down menus, there will always be a little bit of a jump unfortunately. It is just how Power Apps calculates the height of the container when you expand it. You can make the jump a little less noticeable using the following formula in the height property of containerMain:
      If(ThisItem.ItemOpen, containerSubButtons.Y+containerSubButtons.Height,containerHeight.Y)
      That allows the sub button container to designate the height instead of the containerHeight control which "slides" down in the container when an item is opened. That is what causes the jumping effect.

  • @mtamitolanga
    @mtamitolanga 8 дней назад

    Love it!!! Thank you