WPF - Navigation Menu With Sub Menu | MVVM | UI Design | XAML | C# | Tutorial

Поделиться
HTML-код
  • Опубликовано: 16 май 2024
  • [ Skill Level : Intermediate ]
    Hi, This video demonstrates the use of Menu Control in WPF to design a custom Navigation Menu with Sub Menu.
    Chapters:
    0:00 Intro
    05:08 Main Menu
    09:12 Music Submenu
    03:57 Import Predefined Templates
    11:50 Genres Submenu
    15:28 Settings Submenu
    17:05 Maximize Window Button
    17:29 Close Window Button
    Subscription Link for more WPF videos and updates :
    ruclips.net/user/cdesignproarunmut...
    Download the Complete Source Code from Github Repository.
    Link : github.com/CSharpDesignPro/WP...
    Channel Link: / cdesignpro_arunmutharasu
    Tools Used :
    Microsoft Visual Studio Community Edition 2022
    Icon Credits :
    icons8.com/icons
    Thank you!
    Have a great day!
    For Business Inquiries : arun.enterprises.co@gmail.com

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

  • @BSPBuilder
    @BSPBuilder 2 года назад +3

    The theme looks dope!

  • @octopuswang9506
    @octopuswang9506 2 года назад +1

    your videos are very awesome

  • @dove8506
    @dove8506 2 года назад +1

    Nice Video!!!

  • @casxtertom3542
    @casxtertom3542 Год назад +1

    thank you!

  • @orxansalaxetdinov189
    @orxansalaxetdinov189 2 года назад +4

    Hello, your videos are amazing! How did you change the XAML theme?

    • @CSharpDesignPro
      @CSharpDesignPro  2 года назад +1

      @Orxan Salaxetdinov - Thanks for the appreciation!! Editing the default template of the Menu Control made it possible.

    • @orxansalaxetdinov189
      @orxansalaxetdinov189 2 года назад

      @@CSharpDesignPro Can you elaborate. I googled it but couldn't find anything.

  • @yuezheng1411
    @yuezheng1411 Год назад +1

    Thank you for the videos. By the way, where is the definition of your StaticResource Menu_Template?

    • @CSharpDesignPro
      @CSharpDesignPro  Год назад +1

      @Yue Zheng - Right click on 'Menu_Template' and select 'Go To Definition'. I hope this helps.

  • @user-zy7of1mb5b
    @user-zy7of1mb5b 10 месяцев назад +1

    Super! Thanks a lot! And you will have examples of working with griddata? )

    • @CSharpDesignPro
      @CSharpDesignPro  9 месяцев назад +1

      @user-zy7of1mb5b - I'm glad you found the video helpful! I'll certainly look into including examples of working with DataGrid in my upcoming content. Thanks!

  • @radosr3054
    @radosr3054 2 года назад +3

    Theme please 😍

  • @ayisthiya740
    @ayisthiya740 2 месяца назад +1

    Hi like your video and your efforts was too good.. i had a one doubt where can get template can you please help me

    • @CSharpDesignPro
      @CSharpDesignPro  Месяц назад

      @ayisthiya740 - Thank you for your kind words! You can find the template and source code on GitHub. Check the link in the video description.

  • @billyoung7685
    @billyoung7685 Год назад +1

    I really like your videos. But how does the code open a page once the user actually makes a selection?

    • @CSharpDesignPro
      @CSharpDesignPro  Год назад

      @Bill Young - I'll try to build one in my upcoming videos on this channel. Thanks for the appreciation!

  • @user-rd8sv7kp9g
    @user-rd8sv7kp9g 2 года назад +2

    How to insert a style (Writes that the style will not find)?

    • @CSharpDesignPro
      @CSharpDesignPro  2 года назад

      @Хири Кири - Check out the 'Navigation Drawer' video on this channel.