C# - Collapsible / Drawer Menu in WPF

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2019
  • Hey Friends, This is SaLaaR HuSyN, Coming back with another video, In this tutorial, we'll learn how to design a collapsible or a drawer menu in Visual C#.
    Download Icons App:
    codeinpc.com/tools/download-p...
    ++++++++++++++++++++++++++++++++++++++++++++
    Download Source Code:
    codeinpc.com/collapsible-menu/
    ++++++++++++++++++++++++++++++++++++++++++++
    Support Me on Patreon:
    / salaarhusyn
    ++++++++++++++++++++++++++++++++++++++++++
    For Android Ui Tutorials, Please Subscribe to Our Channel Android Ui Academy:
    / @androiduiacademy6689
    ++++++++++++++++++++++++++++++++++++++++++++
    if You Have any Query, feel free to contact Us on Facebook:
    / csharpuiacademy
    ++++++++++++++++++++++++++++++++++++++++++++
    Please Subscribe for more Videos
  • НаукаНаука

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

  • @bobjones1108
    @bobjones1108 6 месяцев назад

    SaLaaR, you've done an outstanding job here! I've followed 3 video tutorials and tried to take code from 2 demos from other places and, even without you speaking and horrible music playing, this was easily the best one! You took your time, you did things in a logical order and the menu works! You also showed us how to add the label buttons to the drawer, which no one else seems willing to show. Thank you so much! I definitely subscribed for more!

  • @colo97
    @colo97 4 года назад +1

    Thank you ! Very nice and clean solution.

  • @457Deniz457
    @457Deniz457 4 года назад +3

    Sick !
    We love it ! :)

  • @elkhoukhi
    @elkhoukhi 4 года назад +1

    Beautiful!

  • @pataslocas4595
    @pataslocas4595 4 года назад +1

    Amazing!!!, thanks you so much!!!

  • @jdeleca
    @jdeleca 4 года назад +1

    Cool vid! I would like to see more WPF videos but creating custom controls

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

    Very nice!
    how to continue with the project?
    which is the best solution for navigate between the frame or panel on main form?

  • @desgbtv5733
    @desgbtv5733 4 года назад +1

    Nice great job keep it up

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

    Hi. I wonder what should I change in your code, so that first appearance of Menu is collapsed, and than on click it expands?? :)

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

    so touching for an excellent video

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

    thanks

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

    Ok, the Slide drawer menu works just great - it does everything I expected it to do. Except for one thing! When I click on an item in a menu, I expect it to respond. For example, if I click on the Settings men item, , I would expect to see some code respond to the click event and at least say "You have reached the Settings menu event!" Right now, a menu that slides back and forth and nothing else is pretty damn worthless!

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

    You can open and close the menu using the doubleanimation class. Why did you choose to use a timer? in the meantime more wpf designs related video share designs are great.

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

    Public more videos with WPF technology, thanks!

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

    Thanks for tut and any source for submenu?

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

    Finally!

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

    How to make the User Control also maximized when the form is maximized, please, give me an answer ;_;

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

    wonderfull, i want to know if u can share the sourcecode of Designing a Book Shop Management System

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

    How to print multiple barcode sir.

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

    where can i get icons toolkit ?

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

    You can do this without code behind and With triggers, storyboard animation.

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

    you please create video /how to create a slider with photos ,and slider buttons < > in C# please :)

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

    I prefer it when the presenter talks. otherwise, I just shut down haha please talk to the audience...I've probably missed what could possibly be a great tutorial

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

    Is there a way to increase the speed at which the menu closes and opens?

    • @457Deniz457
      @457Deniz457 4 года назад +1

      Lol ofc xD...
      Just play with the value^^..
      This question sounds like you dont know how to use C#?

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

      Hi TheByteBit... Just change the last value of TimeSpan(0, 0,0,0,10) in contractor to increase or decrease the speed at which the menu closes and opens...
      I hope it will work for you.. ❤️❤️

    • @TheByteBit
      @TheByteBit 4 года назад +1

      @@457Deniz457 actually I'm fairly new to it, but that shouldn't prevent someone from asking a question, should it?. Your response sounds like that simple fact has evaded you.

    • @TheByteBit
      @TheByteBit 4 года назад +1

      @@CUiAcademy Thanks for the info! Appreciate the work and effort you put into your videos!

    • @457Deniz457
      @457Deniz457 4 года назад

      @@TheByteBit I feel what you mean.
      You should play much with new stuff.
      You would learn much from it.
      I know its easyer to just ask.
      But you cant always ask, so only ask if you must, after you tryed out to fix it by yourself :)

  • @EdwardNorthwind
    @EdwardNorthwind 4 года назад +1

    Spaghetti style.

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

    Moral of the vid : u need to learn xaml

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

      Really? To me it seems more like "you don't have to be good to make tutorials".

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

    Can this be done without a timer?

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

      WPF has animations and EventTriggers.

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

      Here's how it's done with animation
      ruclips.net/video/fzBcXicj2G8/видео.html
      Note that the guy there is using event handlers to manipulate the background image opacity for some reason, although it too could've been done in the event triggers.

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

      Spasiba

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

      @@hshxy you are welcome.