Submitted by daniel.paull on Tue, 02/03/2009 - 00:30
A Visual Studio 2008 Solution with the complete code listing for this posting is attached.
Through the use of ControlTemplates we are able to customise the look and feel of all WPF controls. Here I will demonstrate using a ControlTemplate to make the ScrollBars of the ScrollViewer draw on top of the content it is scrolling rather than beside and below the content. Making the ScrollBars semi-transparent allows the content below to be seen through the ScrollBars.