'WPF Scroll bar skin
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..
Solution 1:[1]
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.
Solution 2:[2]
I usually apply the SimpleScrollviewer/SimpleListbox/etc. when Im inside Blend. You need to go to the Asset Library (">>"),Simple Styles, choose one of the elements. Because Simple elements have more "stuff" inside, its easier to change it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | Artur Carvalho |
