This question is locked. New answers and comments are not allowed.

VenuMadhav
Top achievements
Rank 1
VenuMadhav
asked on 01 May 2009, 06:49 PM
Hello
When a mouse wheel is scrolled on a silverlight coverflow component, by default, the coverflow starts and flows !!
Apparently, the PreventDefault() is not called and the event is bubbled up for the browser to handle. Problem is that, when I scroll on a CoverFlow component in a long page, Cover flow happens and the HTML Page also scrolls.
The Scroll event is not exposed, there by does not allow me to have any more control on the Scroll Event.
Is there atleast a property or something exposed where I can chose whether to bubble up Scroll or Not ???
When a mouse wheel is scrolled on a silverlight coverflow component, by default, the coverflow starts and flows !!
Apparently, the PreventDefault() is not called and the event is bubbled up for the browser to handle. Problem is that, when I scroll on a CoverFlow component in a long page, Cover flow happens and the HTML Page also scrolls.
The Scroll event is not exposed, there by does not allow me to have any more control on the Scroll Event.
Is there atleast a property or something exposed where I can chose whether to bubble up Scroll or Not ???
5 Answers, 1 is accepted
0

VenuMadhav
Top achievements
Rank 1
answered on 01 May 2009, 07:02 PM
Never mind guys... I solved my problem.
-Venu
-Venu
0

Pat
Top achievements
Rank 1
answered on 19 May 2009, 01:43 PM
Hi,
how did you solve it. I have the same problem.
Thank you.
Patrick
how did you solve it. I have the same problem.
Thank you.
Patrick
0

Simon
Top achievements
Rank 1
answered on 20 May 2009, 08:33 AM
Hi,
i'm also interesting in your answer ;-)
How did you solve it ?
Simon
i'm also interesting in your answer ;-)
How did you solve it ?
Simon
0

Alastair Hole
Top achievements
Rank 1
answered on 15 Oct 2010, 11:59 AM
+1
would be nice to know how you solved your problem!
Cheers
would be nice to know how you solved your problem!
Cheers
0

john
Top achievements
Rank 1
answered on 26 Apr 2011, 02:42 PM
What was your solution? I'm trying to sidestep the same issue.
-John
nevermind
e.Handeled = true on the MouseWheel event works ! :)
-John
nevermind
e.Handeled = true on the MouseWheel event works ! :)