ScrollBar bug in Beta1 release...
Last post 05-09-2008 2:26 PM by eyedea. 2 replies.
Sort Posts:
03-05-2008 6:43 PM
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 

 

eyedea

Joined on 03-04-2008
Posts 7
03-07-2008 2:18 AM
Re: ScrollBar bug in Beta1 release...

Thanks for reporting this issue. We've noticed this and opened a bug.

shanaolanxing - Please mark the posts as answers if they help and unmark if they don't.

Yi-Lun Luo - MSFT

Joined on 10-29-2007
Posts 1,084
05-09-2008 2:26 PM
Re: Re: ScrollBar bug in Beta1 release...

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?

 

Thanks,

Attila

eyedea

Joined on 03-04-2008
Posts 7