ScrollBar bug in Beta1 release...
Hi!
When I tried to re-skin the ScrollViewer control I realized some artifacts from the restyled horizontal scrollbar's thumb appeared on the vertical scrollbar's thumb.
After further investigation I found out that in the ScrollBar's OnApplyTemplate method the ElementHorizontalTemplate template part variable was not read from the templates with the base.GetTemplateChild method, so this row is missing:
this.ElementHorizontalTemplate = base.GetTemplateChild ("HorizontalRootElement") as FrameworkElement;
Thanks,
Attila