WPF Tutorial : Side Menu UI design in Visual studio blend 2019 | HandyControls UI Library | C# WPF

Поделиться
HTML-код
  • Опубликовано: 24 авг 2021
  • WPF Tutorial : Side Menu UI design in Visual studio blend 2019 | HandyControls UI Library | C# WPF
    Hello folks!!! This is me Ronak, and i am back with a new video on how to create a UI design of a Application in visual studio blend.
    Hope you all like this video. if you do, please give this video a thumbs up.
    Like share and subscribe to my channel.
    HandyControl is a WPF control library that rewrites almost all native styles and includes more than 80 custom controls (increasingly).
    In this version you will enjoy the following features:
    Helper classes
    Useful Extension methods
    More controls
    More styles for some controls
    Powerful ThemeManager
    Great features like dynamic language
    Optimized collections
    Persian Date and Calendar
    Links :
    Source Code : github.com/Ron391/SideMenu.git
    ghost1372.github.io/handycont...
    github.com/handyOrg/HandyCont...
    Other video links
    • WPF Tutorial : XAML UI...
    • WPF Tutorial : XAML UI...
    • WPF Tutorial : XAML UI...
    • WPF Tutorial : Button ...
    • Blend Tutorials : Desi...
    • WPF Tutorial : Materia...
    • UI Design : XAML UI de...
    • UI Design : User Contr...
    • Login UI Design : XAML...
    • WPF Tutorial : XAML UI...
    • WPF Tutorial : DASHBOA...
    • WPF Tutorial : XAML UI...
    • WPF Tutorial : Storybo...
    • WPF Tutorial : Side Me...
    #UIDesign #UXDesign #VisualStudioBlend #Blend #Storyboard #Animation #XAML #VectoArt
  • НаукаНаука

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

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

    in my case, the string of a submenu is too long (made from 3 names separated from ,) and can't enter in the object. Is there a way to split and display in two columns?

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

    is there anyway to change the background color of selected items?

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

    Awesome

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

      Do subscribe ✌️

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

    how can I use selection change event to open diferent forms? Private Sub menuPrincipal_SelectionChanged(sender As Object, e As HandyControl.Data.FunctionEventArgs(Of Object))
    If MenuItem.Is "login" Then
    PagesNavigation.Navigate(New System.Uri("Pages/pAcciones.xaml", UriKind.RelativeOrAbsolute))
    End If
    End Sub

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

    is there anyway to add a diferent icon to every submenu items?

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

      Yes you can add different icons to each menu item and sub menues

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

      @@VectoArt could you make a tutorial to explain better this process?

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

      I shall in my upcoming video

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

      @@VectoArt and also use events to open different pages please!