UIControlSuite .NET Release 10 will have a new WPF control that I am introducing: BinaryScrollViewer .NET control.
This control instantly replaces the standard .NET WPF ScrollViewer and ScrollBar (Primitive) controls... and it does not just stop there... it also allows you to completely customise the ScrollBar's all UI aspects, by simply letting you to set the desired colours/brushes for the each element of the ScrollBar UI.
This control saves you from spending time in having to tweak into / re-writing the Visual Tree of the ScrollBar controls and the ScrollViewer's Style.
It is all done for you already, with my professional touch ;-), and all that you will need to do is to simply setup the desired colours for each bit of the ScrollBar (Horizontal and Vertical ones) UI, and "pass it on" to the control by merging your custom resource dictionary containing the chosen colours/brushes into your application's Resources.
No more of those days of having to put up with the out-of-the-box Windows Standard ScrollBar UI colours that are pretty much stuck to the OS's themes and hence have no synchronisation to your Application's colour theme.
BinaryScrollViewer .NET is here, to rescue! :-)
Here is a screen shot of some of the colour customised ScrollBar controls "in action":
Release 10 "RTM" date is not far off! ;-)
Stay tuned!
- Sundar
Comments