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.

Get mouse wheel events in jQuery?

Is there a way to get the mouse wheel events (not talking about scroll events) in jQuery?

javascript jquery mousewheel
How to prevent page scrolling when scrolling a DIV element?

I have reviewed and tested the various functions for preventing the body ability to scroll whilst inside a div and …

jquery mousewheel
jquery vertical mousewheel smooth scrolling

I'm making a parallax website and I would like to make the page scroll smoother with the mousewheel for a …

jquery mousewheel smooth-scrolling parallax.js
Smooth scrolling easing effect with mouse wheel

I recently came across this website http://www.ascensionlatorre.com/home, and I love the way the mouse wheel scrolling …

jquery scroll mousewheel parallax easing
Mouse Wheel Event (C#)

I can't get the Mouse Wheel event in the main form. As a demo I came up with a simple …

c# winforms mousewheel
Mousewheel event in modern browsers

I'd like to have clean and nice JavaScript for mousewheel event, supporting only the latest version of common browsers without …

javascript mousewheel
Remove HTML scrollbars but allow mousewheel scrolling

Possible Duplicate: How to disable browser or element scrollbar, but allow scrolling with wheel or arrow keys? I was able …

html scroll mousewheel
Using the scrollwheel in GNU screen

How can I setup GNU screen to allow the mouse's scrollwheel to scroll around in the scrollback buffer? I tried …

mousewheel gnu-screen
Normalizing mousewheel speed across browsers

For a different question I composed this answer, including this sample code. In that code I use the mouse wheel …

javascript mousewheel
How can I scroll my panel using my mousewheel?

I have a panel on my form with AutoScroll set to true so a scrollbar appears automatically. How can I …

c# scroll panel mousewheel