-
Hello everyone, I would like to use MaterialDesignInXamlToolkit with MahApps. I have also installed MaterialDesignThemes and MaterialDesignThemes.MahApps 5.2.1. But unfortunately I can't use the TextBoxHelper from MahApps. For example: As soon as I use in the App.xaml, the watermark disappears. I have already tried the settings of Example and Integration but without success. Hence my question. What do I have to set so that I can use e.g. TextBoxHelper from MahApps? Here is my App.xaml:
Best regards and many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have found the solution. I have to use ‘materialDesign:HintAssist.Hint’ to get a watermark and not ‘Maheapps:TextBoxHelper.Watermark’. Then it works perfectly. Thanks anyway and thanks for the great work, it really is a very good framework. |
Beta Was this translation helpful? Give feedback.
I have found the solution. I have to use ‘materialDesign:HintAssist.Hint’ to get a watermark and not ‘Maheapps:TextBoxHelper.Watermark’. Then it works perfectly.
Thanks anyway and thanks for the great work, it really is a very good framework.