This is a migrated thread and some comments may be shown as answers.

How to handle mousewheel

1 Answer 40 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Blasty
Top achievements
Rank 1
Blasty asked on 15 Sep 2010, 08:13 PM
So the mousewheel is linked to the control, very nice, only when your in IE3, if your html page has a scrollbar, and you try to use the mousewheel on your coverflow control, the whole page still scrolls.

Simple test of this is to throw a silverlight object on a page with a coverflow control in it.

Then under it throw a very tall div...like 2300px or something.  Then give your silverlight control focus and try to use the mousewheel.

The whole page scrolls.

So my first effort was to try to use the MouseWheel event on the RadCoverflow object, and set  e.Handled = True;    but this didn't reslove the issue.   I thought according to Microsoft, that the HTMLDOM wouldn't get the mouse wheel anymore since it was handled by the silverlight control.

1 Answer, 1 is accepted

Sort by
0
Blasty
Top achievements
Rank 1
answered on 16 Sep 2010, 01:01 AM
ok, actually I think the e.handled = true is working, it looks like I may of thought it wasn't working due to a cache issue.
Tags
CoverFlow
Asked by
Blasty
Top achievements
Rank 1
Answers by
Blasty
Top achievements
Rank 1
Share this question
or