How do you change the theme color in Material Design in XAML at runtime?

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2024

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

  • @23BrotherWolf
    @23BrotherWolf 16 วันที่ผ่านมา

    thank you very much

  • @andrefilipe9080
    @andrefilipe9080 2 ปีที่แล้ว +4

    It's always a treat to the eye to see a recent WPF vid, specially regarding Material. Thanks!
    But IMHO, the music is a little bit annoying.

    • @Kitokeboo
      @Kitokeboo  2 ปีที่แล้ว +1

      Thanks for the feedback. I appreciate it

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

    Hello Kevin,
    thank you very much for the effort you have made and also an extra video, really great.
    I have copied your steps exactly and what can I say: it works ;-)
    Now I have a foundation with which I can continue to practice.
    Thanks again for your help!

  • @eduardotutu
    @eduardotutu 2 ปีที่แล้ว +1

    Very helpful, thank you sir

    • @Kitokeboo
      @Kitokeboo  2 ปีที่แล้ว

      Glad it helped

  • @BadreddineMoon
    @BadreddineMoon 2 ปีที่แล้ว

    This is what I was looking for, thank you so much.
    Could you please help me with this issue :
    I've a wpf project with Material Design toolkit, but there is no UpDown Numeric in Material Design controls, I had to download the Dll form some github repo, but it doesn't respect the material design theming, so I had to make one, but still having the same problem, can you guide me on how to theme a custom control with Material Design them.

    • @Kitokeboo
      @Kitokeboo  2 ปีที่แล้ว

      Glad you found it helpful. Have you looked into MaterialDesignExtensions? It has a numeric controls and is themed nicely. github.com/spiegelp/MaterialDesignExtensions

  • @TheMilliardo
    @TheMilliardo 2 ปีที่แล้ว

    Hey. Just saw you're live so I have a question.
    If I use in my project TextBox and center content, after writing some smal string ex. "1" its practically impossible to select text for deleting all at once. I should click on and delete all with backspace.
    Any advice on how to select all on double click on textbox if content is horizontally centered

    • @Kitokeboo
      @Kitokeboo  2 ปีที่แล้ว

      Hi Adrian,
      I assume you are leveraging the material design theme in your app. Because of the difference in control template, as you noted the double click does not trigger the select all behavior. However, you can modify that by creating a WPF Behavior. I put together a small sample showing that here: github.com/Keboo/MaterialDesignInXaml.Examples/tree/master/TextBox/TextBox.SelectAllOnDoubleClick

  • @user-xw5re
    @user-xw5re 2 ปีที่แล้ว

    hi, can you help me with 4.3.0? i dont get it to work

    • @Kitokeboo
      @Kitokeboo  2 ปีที่แล้ว

      Hi, if you are able post an issue with as much information as you can on the main repository: github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues