Change Hint Background on TimePicker with Version 4.7.1 #3364
-
Does anyone know how I would set the Background Color of the Hint of the TextBox of the TimePicker Control? Looking at the code HintAssist.Background does not work. I tried setting MaterialDesignPaper and MaterialDesignDarkBackground to the color I want, but that doesn't work either. The code I currently have for the TimePicker is this:
And it results in this: The Background of the Assist is clearly set to a value, but I can't find a way to change it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@N0m4n904 I would assume the intention was for I believe the root cause is that the As mentioned, I believe this is a bug, and you probably don't have any great workarounds currently apart from hijacking the styles and making the changes there (which may not even be trivial in this case). Would you mind adding this as an issue, then we can get it fixed. If you feel comfortable doing so, you could even add a PR with the fix. |
Beta Was this translation helpful? Give feedback.
@N0m4n904
I just tested and it did affect the Popup. However, moving the brush under the style like below seems to solve that issue.