Michel Michels

Results 78 comments of Michel Michels

Translation: Error XDG0062 Failed to load the file or assembly "MaterialDesignColors, Culture=neutral" or one of its dependencies. Unable to find the specified file. Error XDG0062 Failed to load the "MaterialDesignColors,...

Can you answer following questions: * Are you using Visual Studio 2022? * Have you tried using the latest packages of MDIX?

The screenshots are removed. Could you please explain in text which behaviour is preferred?

What I think is happening: When the hint is in resting position (not floating and inside the TextBox as placeholder), the SmartHint control is cut off. Then, when the TextBox...

@Xaalek can you reproduce the issues mentioned here? There's no git repo attached to this issue so I would hesitate to just add this without verification.

@Xaalek if we can't reproduce the issues mentioned, I would not change the default value.

The issue is that there is a `DatePickerTextBox` inside `DatePicker` which also has a static `BorderThickness` set. I fixed the issue by adding a `TemplateBinding` inside the `DatePicker` style and...

After further testing, it seems the adding of the TemplateBinding breaks other styles (Outlined f.e.). I'll try to fix these issues before submitting a PR.

It seems to me that the NumericUpDown control is not supported by this repository. I don't know if this is still under active development.

@Keboo @stany9g When giving a fixed Width and Height to the parent Grid element, the lag disappears. @stany9g You could also defer the collection loading to an async Initialize method...