Hy.
Could you help me create the fallowing control style/template?

What do I need:
- A (Vertical and Horizontal) ScollBar Style like that. (Without the two arrow button)
- Inner shadow on the top and bottom of the “ScrollViewer area”.
That’s all I need, I can create the rest parts of the control. (Selected Item’s color etc)
Thank you.
The scrollbar control in WPF can be thought of as collection of the two repeatbuttons and the track part. You can change the template of the scrollbar and remove the repeatbutton.
For the shadow part, you need to provide the the Zorder index. Refer to the following link – WPF shadow on stackpanel controls