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.

Jquery, unbinding mousewheel event, then rebinding it after actions are completed?

I've been struggling with this for a little while now.. I am using this code to monitor the mousewheel so …

jquery mousewheel unbind
Detecting mousewheel on the x-axis (left and right) with Javascript

I know it's possible to detect up and down e.g. function handle(delta) { if (delta < 0) { alert('down'); } else { …

javascript scroll internet-explorer-9 mousewheel internet-explorer-10
How can I differentiate a manual scroll (via mousewheel/scrollbar) from a Javascript/jQuery scroll?

UPDATE: Here is a jsbin example demonstrating the problem. UPDATE 2: And here is the fixed version thanks to fudgey. Basically, …

javascript jquery scroll scrollbar mousewheel
Mousewheel event not firing

I've looked at this thread concerning the exact same problem but that solution didn't work for me. Basically what I …

c# winforms events charts mousewheel
Scrolling multiple Tkinter listboxes together

I have multiple Tkinter listboxes that I have scrolling together using a single scrollbar, but I'd ALSO like them to …

python listbox scrollbar tkinter mousewheel
Smooth horizontal scroll bound to mousewheel

Here is a working example of horizontal scroll with mousewheel, but it does not scroll smoothly. By smoothly I mean …

javascript jquery scroll mousewheel
MouseWheel event doesn't fire when using any control with scrolbars (in C# Windows Forms)

MouseWheel event doesn't fire when I' am using any control (ListBox, Panel, TextBox) with scrollbars. To reproduce problem: public class …

c# winforms events scrollbar mousewheel
How can I handle the mouse wheel click event in WPF?

I want to close a tab in my tab control when the mouse wheel is clicked. How can I capture …

wpf click mousewheel
Enabling mouse wheel zooming in a Microsoft Chart Control

how to enable zooming in Microsoft chart control by using Mouse wheel I have the below code, i need to …

c# .net mousewheel microsoft-chart-controls
Horizontal Scrolling on React Component Using Vertical Mouse Wheel

I have a component that resizes into a horizontal row of bootstrap cards when in a smaller desktop window. For …

javascript reactjs scroll horizontal-scrolling mousewheel