WPF Tutorial: User Controls in WPF | User Control | Visual studio | C#

Sdílet
Vložit
  • čas přidán 14. 10. 2023
  • Hello folks!!! This is me Ronak, and I am back with a new video on how to use user controls in WPF
    User Controls provide a way to collect and combine different built-in controls together and package them into re-usable XAML. User controls are used in following scenarios −
    * If the control consists of existing controls, i.e., you can create a single control of multiple, already existing controls.
    * If the control doesn't need support for theming. User Controls do not support complex customization, control templates, and difficult to style.
    * If a developer prefers to write controls using the code-behind model where a view and then a direct code behind for event handlers.
    You won't be sharing your control across applications.
    Hope you all like this video. If you do, please give this video a thumbs up.
    Like share and subscribe to my channel.
    Source Code : github.com/Ron391/MemberUC.git
    Icons : icons8.com/
    Other video links
    • WPF Tutorial: Storyboa...
    • WPF Tutorial: DASHBOAR...
    • WPF Tutorial: Storyboa...
    • WPF Tutorial : XAML UI...
    • Get Started: Blend for...
    • WPF Tutorial: Nearby S...
    #UIDesign #UXDesign #VisualStudioBlend #Blend #Storyboard #Animation #XAML #VectoArt
  • Věda a technologie

Komentáře • 3

  • @ricardocastro2357
    @ricardocastro2357 Před 3 měsíci

    Straight to the point 👌

  • @SajjadAlizadeh-ww8rr
    @SajjadAlizadeh-ww8rr Před 9 měsíci +1

    that was perfect

  • @afkardesign
    @afkardesign Před 9 měsíci

    How to add Responsive to the project for control while zooming in and out while maintaining the project and the arrangement of its components ???