How do you use Material Design with MahApps #3040
Replies: 3 comments 2 replies
-
@Booth-Transport I think @Keboo has some MahApps examples in his examples repo. Perhaps there are also other hidden gems he can point you to. |
Beta Was this translation helpful? Give feedback.
-
There is also a MahApps example in this repo as well: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/tree/master/MahMaterialDragablzMashUp |
Beta Was this translation helpful? Give feedback.
-
I tried to set this up. But it throws the following error when I run the app and navigate to the page that has the numericupdown control. There's no build error I've the latest versions of Materialdesign and MahApps from Nuget. I'm developing using .Net Framework 4.8. Below is my resource dictionary
The control is coded like below <mah:NumericUpDown Style="{StaticResource MaterialDesignNumericUpDown}" /> |
Beta Was this translation helpful? Give feedback.
-
I was looking for some examples and what libraries and resources I need to use. I can't find any examples in the documentation. I'm mostly using Material Design except for when something is not provided. An example is Numericupdown
Beta Was this translation helpful? Give feedback.
All reactions