How to change the Scrollbar Thumb colour for a specific Combo Box in WPF without affecting other controls?
I am working on a WPF application where I have defined a style for the ScrollViewer in Resources and applied it to all controls. I need to change the Thumb colour to green only for a specific ComboBox while retaining all other default ScrollBar styles.
Here’s the ScrollViewer styles and template I currently have: