Page view counter
ScrollBar bug in Beta1 release... Subscribe to this thread
Last post 05-17-2008 2:58 PM by KeithRome. 3 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

Loading...
Joined on 03-05-2008
Posts 8
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 - I'll transfer to the Windows Azure team, and will have limited time to participate in the Silverlight forum. Apologize if I don't answer your questions in time.

Yi-Lun Luo - MSFT

Loading...
Joined on 10-29-2007
Posts 2,747
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

Loading...
Joined on 03-05-2008
Posts 8
05-17-2008 2:58 PM
Re: Re: ScrollBar bug in Beta1 release...

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.

Keith Rome
Project Manager & Senior Consultant
MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS, MVP (C#)
Wintellect | krome@wintellect.com
www.wintellect.com
Weblog: http://www.mindfusioncorp.com/weblog/

KeithRome

Loading...
Joined on 07-04-2007
Atlanta, GA
Posts 47
Microsoft Communities