Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug ScrollBar bug in Beta1 release...
3 replies. Latest Post by KeithRome on May 17, 2008.
(0)
eyedea
Member
10 points
8 Posts
03-05-2008 6:43 PM |
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
Yi-Lun L...
All-Star
25052 points
2,747 Posts
03-07-2008 2:18 AM |
Thanks for reporting this issue. We've noticed this and opened a bug.
05-09-2008 2:26 PM |
Hi Yi-Lun Luo!
Could you please confirm that this bug is fixed in current Beta2 bits and the fix will be included in the Beta2 RTM?
KeithRome
112 points
47 Posts
05-17-2008 2:58 PM |
I was just coming here to report this bug as well (noticed it while debugging some ScrollViewer skinning problems). Good to see that it is already acknowledged and noted by the team.