I need to build a button in wpf to do the list below:
- change it’s color on mouseover
- have a dropdown list of images so the user can pick one…
How I can get there?
Any help is highly appreciated
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.
You should use a combobox instead.
Its even possible to give you combobox a button like style.
Just change the Style of the combobox.
This blog post can help you understand the styles.