WPF Custom User Control + Dependency Properties

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 36

  • @ToskersCorner
    @ToskersCorner  6 ปีที่แล้ว +6

    Full Source Code: github.com/Tosker/ContactBook-Tutorial

  • @shvideo1
    @shvideo1 6 หลายเดือนก่อน

    Great tutorial with a very practical example. Great job. Thank you.

  • @myx555
    @myx555 3 ปีที่แล้ว +1

    3:19 - Says "But" and types "

  • @jackzhang8097
    @jackzhang8097 5 ปีที่แล้ว +4

    When I bind the ViewModel property to the dependency property of the custom UserControl, the UI interface is not updated after the data is updated. Do you know why?

  • @ChantingInTheDark
    @ChantingInTheDark 3 ปีที่แล้ว +1

    Thanks, this helped, I had everything right on my own except this one part: ElementName= when binding the property to the user control's XAML. I'm curious what the other methods were you mentioned.

  • @BarnsFacts
    @BarnsFacts 3 ปีที่แล้ว

    Saved me loads of time! Cheers!

  • @solvedplus858
    @solvedplus858 4 ปีที่แล้ว

    this is very good and simple
    many thanks for your greet tutorial

  • @longuinni
    @longuinni 6 ปีที่แล้ว

    Great video!!! Really easy to understand.

  • @moppetskitzo9521
    @moppetskitzo9521 6 ปีที่แล้ว +2

    in description SpoilerControl.cs link follows to same XAML code as SpoilerControl.xaml

    • @ToskersCorner
      @ToskersCorner  6 ปีที่แล้ว

      Sorry about that. Full source code is available here: github.com/Tosker/ContactBook-Tutorial

  • @stratman1234
    @stratman1234 5 ปีที่แล้ว

    This is very helpful. I didn't know about setting the Name property of the UserControl and the using the ElementName to get the property. Great job!!

  • @hishoegypt1980
    @hishoegypt1980 ปีที่แล้ว

    Q: how to make a style in the main window for the new usercontrol and the style contain the dependency properties of the usercontrol?

  • @d4rkw34v3r
    @d4rkw34v3r 6 ปีที่แล้ว

    Awesome video! Thank you very much.

  • @kumarharsh8931
    @kumarharsh8931 5 ปีที่แล้ว

    is it possible to create Custom usercontrol with mvvm where we should not have Dp in code behind rather in viewModel?

    • @shaihulud4515
      @shaihulud4515 5 ปีที่แล้ว

      Actually you can, by using XAML. It's called control.template. So, e.g. create a radiobutton-style, create a control.template tag and throw in a togglebutton for instance. Voila.

  • @ImDeesu
    @ImDeesu 6 ปีที่แล้ว +1

    What is the difference between TargetType="Button" and TargetType="{x:Type Button}"?

    • @ToskersCorner
      @ToskersCorner  6 ปีที่แล้ว +3

      Virtually no difference!

    • @ImDeesu
      @ImDeesu 6 ปีที่แล้ว +1

      Oh! Thank you then :^)

  • @valnuke
    @valnuke 5 ปีที่แล้ว

    excellent video

  • @fooballers7883
    @fooballers7883 ปีที่แล้ว

    thanks...much appreciated.

  • @shameer.minhas
    @shameer.minhas ปีที่แล้ว

    Genius

  • @KD-xp4di
    @KD-xp4di 5 ปีที่แล้ว

    Hehehe thank you for the warning

  • @francoisdeklerk1266
    @francoisdeklerk1266 6 ปีที่แล้ว

    Audio?

    • @ToskersCorner
      @ToskersCorner  6 ปีที่แล้ว

      There is audio, perhaps it is quiet for you? Seems fine for me.

    • @francoisdeklerk1266
      @francoisdeklerk1266 6 ปีที่แล้ว

      Appreciate your videos, man!! Yes, the audio seems to very quite

    • @ToskersCorner
      @ToskersCorner  6 ปีที่แล้ว

      Thanks! And sorry to hear that. Perhaps a pair of head phones or checking your settings might help.

    • @francoisdeklerk1266
      @francoisdeklerk1266 6 ปีที่แล้ว

      Thank you very much for your tutorials. I think you deserve more views than what your'e getting

    • @levelheaded6214
      @levelheaded6214 5 ปีที่แล้ว

      @@ToskersCorner I had to CRANK the volume way up as well. Good vid.

  • @AndrewVaderUKS
    @AndrewVaderUKS 6 ปีที่แล้ว

    in description SpoilerControl.cs link follows to same XAML code as SpoilerControl.xaml

    • @ToskersCorner
      @ToskersCorner  6 ปีที่แล้ว

      Sorry about that. Full source code is available here: github.com/Tosker/ContactBook-Tutorial