I customized the design of a button in WPF but when I hover over the button it shows the default design of the button.
This also happens to combo boxes.
I customized the design of a button in WPF but when I hover over the button it shows the default design of the button.
This also happens to combo boxes.
That sounds like you just changed things by setting various appearance related properties, but to fully customize the button you need to change the Template
. See this page for an example style (and this question if you need to get the default tenmplate of it)