Bug: ScrollBar HorizontalRootElement shows as artifact behind VerticalRootElement
Steps to reproduce the problem:
1) Populate a ListBox control with enough content so that both vertical and horizontal scroll bars appear.
2) Copy the default ListBox, ScrollBar, and related templates to App.xaml and wire them up as appropriate
3) Comment out the Track Layer in the VerticalRootElement so that you can see behind the scroll bar
4) An artifact of the HorizontalRootElement (from the HorizontalThumbTemplate) is clearly visible (narrow the vertical bar if you have trouble seeing it)
A very annoying bug, it took many hours to track it down.