Is there any way to change all scrollbars so I can make them look less windows? I don’t dislike windows but in this case the scrollbar just looks stupid..
Share
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.
All WPF controls are skinnable by their control templates. Its pretty simple to do, but it may take a little time to fully grasp how to do it.
Here’s an example on MSDN for skinning the scrollbar.