C# WPF Material Design UI: Hamburger Navigation Drawer

Поделиться
HTML-код
  • Опубликовано: 15 мар 2018
  • LinkedIn
    / abeldutra
    How to create a hamburger menu animation in WPF
    Buy me a coffee
    www.buymeacoffee.com/abeldutraui
    GitHub
    github.com/Abel13/HamburgerMenu
    Facebook
    / abel.o.dutra
  • НаукаНаука

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

  • @DavTheCanadian
    @DavTheCanadian 5 лет назад +3

    Pretty good job, very helpful !
    Thank you so very much !

  • @sminysk.8288
    @sminysk.8288 Год назад

    Спасибо за ваше видео, некоторые моменты анимации мне стали более понятны.

  • @Disksoft
    @Disksoft 4 года назад

    How can I make sure that the menu is open when starting the application instead of closed?
    In all my attempts, the first animation goes wrong.

  • @trumpdmitry2288
    @trumpdmitry2288 5 лет назад +5

    that felling , when duration this video is 15 minutes,and i made this more than 2 hour :D

  • @tnysvntr
    @tnysvntr 5 лет назад +2

    Hello, Can you do a real tutorial video that explains the codes and can you please make a whole project tutorial made in wpf. That will help us a lot as a beginner. I hope you'll consider my suggestions. thank you .Keep up the good work sir

    • @AbelDutraUI
      @AbelDutraUI  5 лет назад +2

      Thank you! I'll try to do that, my english is not so good but i'll try haha

    • @tnysvntr
      @tnysvntr 5 лет назад +1

      That's All fine sir.
      I really love doing wpf projects because of the beautiful animations .
      You can also do a basic crud sir with those beautiful animations.
      Thank you very much sir for response

    • @maiconh.rossini7759
      @maiconh.rossini7759 5 лет назад

      @@tnysvntr This tutorial is self explanatory, use you search power.

  • @Softwarekitchen
    @Softwarekitchen 5 лет назад +2

    When i add user controller into gray area menu stays behind it. What is the solution. Thank you. Great design

    • @AbelDutraUI
      @AbelDutraUI  5 лет назад

      Hello! I'm sorry about the delay.
      WPF code works like layers, then you can add your UserControl after the Menu code.

    • @Softwarekitchen
      @Softwarekitchen 5 лет назад +1

      Design com WPF thank you for replying. I added a webbrowser. I searched alot but it is impossible to keep menu over webbrowser. Your menu works great. Thanks again

    • @AbelDutraUI
      @AbelDutraUI  5 лет назад

      Oh, I've never tryed to use a web browser... Thank you for the feedback, i'll do some tests!