-
|
How can i make the MaterialDesignFloatingHintTextBox's Hint to stay to always float above the TextBox, regardless of whether the TextBox is empty or not. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
At present there is not a simple way to achieve this without manipulating the content. This is because the internal MaterialDesignInXamlToolkit/MaterialDesignThemes.Wpf/SmartHint.cs Lines 206 to 238 in 59375ff If you wanted to role your own template you could use the |
Beta Was this translation helpful? Give feedback.
At present there is not a simple way to achieve this without manipulating the content. This is because the internal
SmartHintcontrol uses the "empty" content to choose if it will be in the floating position (see:MaterialDesignInXamlToolkit/MaterialDesignThemes.Wpf/SmartHint.cs
Lines 206 to 238 in 59375ff