tags:

views:

1124

answers:

3

Is there any way to change all scrollbars so i can make them look less windows? i dont dislike windows but in this case the scrollbar just looks stupid..

+3  A: 

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.

Will
+1  A: 

Yes there is.

OJ
+2  A: 

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.

Artur Carvalho