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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)