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!
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.
Glad you found it helpful. Have you looked into MaterialDesignExtensions? It has a numeric controls and is themed nicely. github.com/spiegelp/MaterialDesignExtensions
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
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
Hi, if you are able post an issue with as much information as you can on the main repository: github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues
thank you very much
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.
Thanks for the feedback. I appreciate it
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!
Very helpful, thank you sir
Glad it helped
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.
Glad you found it helpful. Have you looked into MaterialDesignExtensions? It has a numeric controls and is themed nicely. github.com/spiegelp/MaterialDesignExtensions
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
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
hi, can you help me with 4.3.0? i dont get it to work
Hi, if you are able post an issue with as much information as you can on the main repository: github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues