wpf question
how can I set the templates for the scrollbars of the scrollviewer? Is there any short way to do that?
2 Replies
probably
if the control doesn't expose any ScrollBarTemplate or similar property for you to manipulate directly, you'll have to go to the underlying ControlTemplate
start by looking at the default ControlTemplate for ScrollViewer, to see what the structure is and what pieces you could potentially change out
Found sth on Stack overflow, thank you