Top "Mousewheel" questions

A mouse wheel (or scroll wheel) is a hard plastic or rubbery disc (the "wheel") on a computer mouse that is perpendicular to the mouse surface.

C# - how do I prevent mousewheel-scrolling in my combobox?

I have a combobox and I want to prevent the user from scrolling through the items with the mousewheel. Is …

c# combobox mousewheel
Trigger 'dummy' mouse wheel event

Is there a way to trigger a scroll wheel event with an arbitrary delta. Just like jQuery does with 'click' …

javascript jquery mouseevent mousewheel scrollwheel
JQuery Mousewheel: How to disable?

I am using jquery.mousewheel.js as a part of the jQuery jScrollPane plugin. I want to disable the mousewheel …

jquery mousewheel
jQuery Mousewheel Scroll Horizontally

I'm currently developing a horizontally website that can enable my mouse scroll to scroll to the left and right... My …

jquery html css mousewheel
Detect end of horizontal scrolling div with jQuery

So, I've got some data tossed in a div. It's split up into chunks by date. It scrolls horizontally with …

jquery scroll mousewheel
disable mouse wheel on itemscontrol in wpf

I have a usercontrol that has a scrollviewer, then a bunch of child controls like text boxes, radio buttons, and …

c# .net wpf listbox mousewheel
How to fire mouse wheel event in Firefox with JavaScript?

I'm trying to do automated testing with WebDriver, but it currently has no ability to simulate mouse wheel events. As …

javascript firefox dom-events mousewheel dispatchevent
disable the CTRL/Wheel zoom effect at runtime

How do you disable the ctrl/wheel zoom effect with css or javascript on certain elements. I create a menu …

css effects zooming mousewheel
Child elements of scrollviewer preventing scrolling with mouse wheel?

I'm having a problem getting mouse wheel scrolling to work in the following XAML, which I have simplified for clarity: &…

wpf event-handling listbox scrollviewer mousewheel
firefox+jquery mousewheel scroll event bug

UPDATE Working fix as suggested by David (see below): replace $('.scrollMe').bind("mousewheel DOMMouseScroll", ...) with $('.scrollMe').bind("mousewheel …

javascript jquery firefox mousewheel