C
C#13mo ago
palusi

wpf question

how can I set the templates for the scrollbars of the scrollviewer? Is there any short way to do that?
2 Replies
JakenVeina
JakenVeina13mo ago
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
palusi
palusi13mo ago
Found sth on Stack overflow, thank you