WPF C# | Side Menu Bar | Navigation Drawer | Menu with Pages | Wpf Custom Controls (Jd's Code Lab)

Поделиться
HTML-код
  • Опубликовано: 22 июл 2020
  • Hey Guys,
    In this tutorial, we'll learn how to design the Sidebar navigation drawer and adding functionality to navigate through pages when a menu item is selected in Wpf C# using Visual Studio 2019.
    The code is very easy for all to understand all you need to do is pay attention and follow me on each and every step. Kindly watch the entire video so you won't miss a step.
    Become a member to get access to perks:
    / @jdscodelab
    Support me on Patreon so that I keep providing you with good content:
    / jdscodelab
    Click here to Subscribe Now: / @jdscodelab
    GitHub Repository:
    github.com/jdscodelab/SideMen...
    Also checkout Custom Controls Playlist:
    • Wpf User Controls
    Also, check out the Chat UI Playlist:
    • How to design a Chat U...
    Also, check out the File Manager UI Playlist:
    • How to design a File M...
    If this video was helpful to you then please don't forget to Like, Subscribe & Share.
    Stay tuned for more such videos!
  • НаукаНаука

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

  • @JDsCodeLab
    @JDsCodeLab  3 года назад +1

    Suggestions regarding my next custom control topic are welcome 👍

    • @E450AMD
      @E450AMD 3 года назад +4

      I suggest you that at start of video you show end result. So viewers can at beginning of video, see what you are making in the video.

    • @JDsCodeLab
      @JDsCodeLab  3 года назад +1

      @@E450AMD Noted!

  • @msgracebk2978
    @msgracebk2978 3 года назад +1

    Hey! My Icons and MenuItems aren´t visible.. my UI just shows the Data Path.. And thanks for the tutorial by the way..

    • @JDsCodeLab
      @JDsCodeLab  3 года назад

      Hi, I think you didn't apply the fill property to the path. Welcome.👍

    • @msgracebk2978
      @msgracebk2978 3 года назад +1

      @@JDsCodeLab I had my Custom Control in a file and forgot to reference it thx:)

    • @JDsCodeLab
      @JDsCodeLab  3 года назад

      Ooh

  • @ianmcpherson2301
    @ianmcpherson2301 3 года назад +1

    I did follow your steps... and heve had issues with it not working. Just wondering if you could make that demo code avaliable.

    • @JDsCodeLab
      @JDsCodeLab  3 года назад +1

      Hi Ian, please check the updated video description for the git repository link and if you can tell me what issue you faced may be i can write the solution for other in the description. Thanks.

    • @ianmcpherson2301
      @ianmcpherson2301 3 года назад +1

      @@JDsCodeLab The custom controls are not in the GitHub?? Are you using the Comunity or full version of VS2019. I am having issue with the Custom Control Styles not applying.

    • @JDsCodeLab
      @JDsCodeLab  3 года назад +1

      Please check the updated repository. All files should be there now.

    • @ianmcpherson2301
      @ianmcpherson2301 3 года назад

      @@JDsCodeLab Your code compiles and works fine. Just doing a diff on the files and I found the mistake. IsSelected is not the same as IsItemSelected plus I had grid margins on the wrong grid.... doh.

    • @JDsCodeLab
      @JDsCodeLab  3 года назад +1

      Yes that's because i created a dependency property "IsSelected" of type bool to select default listboxitem on program startup since we are binding our menuitems from ViewModel.cs.

  • @chauncywu4663
    @chauncywu4663 3 года назад +1

    is the pichon free?

    • @JDsCodeLab
      @JDsCodeLab  3 года назад

      Yes

    • @chauncywu4663
      @chauncywu4663 3 года назад +1

      @@JDsCodeLab how to slowly switch the dark red border,it’s so fast to switch the controls😀

    • @JDsCodeLab
      @JDsCodeLab  3 года назад

      You can use the storyboard with triggers to give some mouse over effect and present slow transition effect.

    • @chauncywu4663
      @chauncywu4663 3 года назад +1

      @@JDsCodeLab thanks