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

Using the ScrollWheel

1 Answer 46 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Lars Johansen
Top achievements
Rank 1
Lars Johansen asked on 29 Oct 2009, 01:26 PM
Hi,

When the DropDown is Open the scrollwheel works on the scrollViewer as expected - so far so good.
But if you scroll further down or up than you have items in the list - you start scrolling the browser instead. This can be rather annoying - any way to avoid this ?

/Lars

Using RadControls for Silverlight 2009.3.1019.1030

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 29 Oct 2009, 02:49 PM
Hi Lars,

This behavior is actually by design - when the ScrollViewer reaches the last item, and you continue to rotate the wheel, it doesn't scroll anymore and thus does not handle the MouseWheel event, which is propagated to the parent elements and the browser. This is because we generally handle the events only when we do something with them, e.g. scroll the ScrollViewer or handle the key press, etc.

In the current version of RadControls for Silverlight we do not provide a way to change this behavior. I am open for suggestions, that could be considered for Q3 SP1 (due 4-5 weeks after Q3).

Regards,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Lars Johansen
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or