Skip to main content

Microsoft Silverlight

Answered Question SL2RC - mouse wheel support ? - fix for B2 solution ?RSS Feed

(0)

Montago
Montago

Member

Member

267 points

191 Posts

SL2RC - mouse wheel support ? - fix for B2 solution ?

In SL2 b2 we solved the mouse wheel issue by adding a Javascript event handler, and then send these events to the visible elements using UIElement.HitTest(x, y)

what is the solution for RC ??

the HitTest property is missing, and i havent seen any support for mouseWheel on scrollviewers Sad
 

Jonathan Shen – MSFT
Jonathan...

All-Star

All-Star

24929 points

2,425 Posts

Microsoft
Answered Question

Re: SL2RC - mouse wheel support ? - fix for B2 solution ?

Hi Montago,

UIElement.HitTest method has moved to the VisualTreeHelper class and renamed to VisualTreeHelper.FindElementsInHostCoordinates.

For more break changes, please take a look at the BreakingChangesBetweenBeta2andRelease.doc. 

http://silverlight.net/forums/t/38530.aspx

Best regards,

Jonathan

 

Jonathan Shen
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Montago
Montago

Member

Member

267 points

191 Posts

Re: Re: SL2RC - mouse wheel support ? - fix for B2 solution ?

hey, thanks. i discovered this solution by my self... but thanks for answering the thread !

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities