Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
4answers
1k views

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 to zoom in/out of an HTML5 Canvas. I found some code that normalizes speed differences ...
14
votes
4answers
2k views

How to direct the mouse wheel input to control under cursor

I use a number of scrolling controls: TTreeViews, TListViews, DevExpress grids and treelists, etc. When the mouse wheel is spun, the control with focus receives the input no matter what control the ...
9
votes
2answers
888 views

Silverlight 4, Mouse Wheel Events and Windowless Mode

I have a Silverlight 4 application that benefits greatly from having native mouse wheel support for a number of controls. The page that hosts the application has a HTML driven drop-down menu that ...
9
votes
5answers
1k views

How can I make mousewheel work in VB6 IDE?

One annoying behavior of the VB6 IDE editor, especially when switching back to it from more recent tools like VS.NET, is that it doesn't recognize the mousewheel! Maybe VB6 was brought out when most ...
8
votes
4answers
609 views

Can the mouse wheel be used while dragging/dropping?

In WinForms, after calling a DoDragDrop to start dragging an item, controls no longer scroll with the mouse-wheel, and the control's MouseWheel event is no longer called, until the user drops whatever ...
8
votes
5answers
1k views

Flash: Using mouse wheel events in full screen mode (Windows and Mac)

Although Flash has a mouse wheel event (MouseEvent.MOUSE_WHEEL), it comes with quite a few problems. The first is that the event is not yet supported on the Mac. So there are a bunch of solutions, ...
7
votes
2answers
112 views

Is there any support for mouse wheel and Apple track-pad in Silverlight 5?

One of my Silverlight applications has some users to use it on Apple Macs. They complain that the mouse wheel and track-pad don't work. From the research I've done, it seems that this isn't supported ...
6
votes
2answers
130 views

How to stop simultaneous browser and SWF mouse wheel scrolling in AS3?

Essentially, I have flash content that scrolls on mouse wheel. It works fine, unless there is other content in the browser such that the browser's scrollbar is enabled - when that is the case, both ...
6
votes
3answers
230 views

Event that gets fired before (not after!) DOM elements are scrolled in javascript

Basically, I would like to do some pre-processing before the DOM elements are scrolled. The problem is that the scroll event is fired AFTER the DOM elements are scrolled. I know that when you use the ...
6
votes
5answers
22k views

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 example: public partial class Form1 : Form { public Form1() { InitializeComponent(); ...
5
votes
3answers
253 views

Java: How to get the scrolling method in OS X Lion?

Since OS X supports the "natural scrolling", my applications works wrong. The natural scrolling is made for scroll panes, which I really like. But, when I want to zoom in/out, it works wrong. So, what ...
5
votes
1answer
227 views

Why does Firefox not pass all mouse wheel events to my javascript application?

I'm using the protovis library (http://mbostock.github.com/protovis/) to draw a graph. I uploaded the code I'm using in case someone wants to take a look at it: http://jsfiddle.net/zobel/brEAD/ Here ...
5
votes
4answers
292 views

How to redirect mouse wheel message to other windows?

I'm developing a Word addin for MS Word on Windows, and this addin has as 'advanced task pane' showing and docking on the left side of the Word document window (it's treeview(outline) showing a list ...
5
votes
2answers
550 views

How can I make WPF ScrollViewer middle-click-scroll?

Clicking the middle mouse button (aka: mouse wheel) and then moving the mouse down slightly lets users scroll in IE, and most Windows apps. This behavior appears to be missing in WPF controls by ...
5
votes
4answers
4k views

Remove HTML scrollbars but allow mousewheel scrolling

I was able to disable vertical scrollbars in a grid by setting the CSS property overflow-y: hidden. However, this removed the ability to scroll the contents with the mouse wheel as well. Is there a ...
5
votes
1answer
1k views

How do I suppress window mouse wheel scrolling…?

I'm working on a canvas app embedded in a page. I have it so you can zoom into the drawing with the mousewheel but unfortunately this scrolls the page as it is part of an article. Is it possible to ...
4
votes
2answers
52 views

How do I listen for mouse wheel presses?

Is there any way to listen for mouse wheel presses (not moving the wheel, just pressing it)? I have checked the MouseWheelListener API but there is nothing on mouse wheel presses, just wheel movings. ...
4
votes
1answer
157 views

jQuery - jScrollPane with AJAX : mouse wheel not working

I haven't found any solution about my current problem yet: I can't make the mouse wheel work with the jScrollPane Plugin (for jQuery) on my website. For information, I use this plugin with AJAX (in ...
4
votes
2answers
137 views

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 have combined a function that should work. $('.scrollable').mouseenter(function(){ ...
4
votes
2answers
453 views

How to use my trackpad for horizontal mousewheel scrolling in a Java AWT ScrollPane

Like many modern mice and trackpads, my laptop supports vertical and horizontal scrolling. It's an addictive feature once you get used to it. I simply want my Java apps to support horizontal ...
4
votes
2answers
1k views

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, I have the following javascript which scrolls the window to an ...
4
votes
3answers
1k views

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 Form1 : Form { private readonly Button button1; private ...
4
votes
2answers
2k views

Swing won't trigger mouseEntered/mouseExited properly after mouse wheel events?

I have an issue where Swing (in Java 1.6, Windows) doesn't seem to trigger mouseEntered and mouseExited events the way I want it to. I have an application where I wish to have a number of JPanels ...
4
votes
7answers
9k views

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 bar that gets distorted when the zoom effect is applied. I would like to disable it for just ...
4
votes
1answer
2k views

Control key plus mouse wheel

What's the better way to handle the ctrl + mouse wheel in C#? I've figured out how to handle the MouseWheel event but how to know that the ctrl key is being pressed too? Thanks in advance.
3
votes
3answers
202 views

jQuery Tools Scrollable with Mousewheel - scroll ONE position and stop

I am using bind/unbind for mousewheel scrolling, based on this SO response: Jquery, unbinding mousewheel event, then rebinding it after actions are completed? I'm tunneling up the event tree from ...
3
votes
2answers
130 views

What is the recommended support for mouse-wheel capability in Delphi XE2?

I am trying to tidy up my code now that Delphi XE2 is available - my code dates from Borland Pascal 7 so there are lots of 'old' (but working!) Win32 techniques and natually I have platform ...
3
votes
1answer
289 views

WIndows Forms Chart in WindowsFormsHost does not receive mouse wheel?

i have a Forms.DataVisualization.Charting.Chart in a WindowsFormsHost. I can't get the chart to receive mouse wheel events. Clicks are working, if i try with a Forms.TextBox the mouse wheel is ...
3
votes
2answers
178 views

Controlling Mouse Wheel Scroll Distance?

If you've used a Mac desktop machine, one of the first things you'll notice is that scrolling is different on a Mac than on a Windows desktop. Windows desktops scrolls in big chunks - multiple lines ...
3
votes
1answer
682 views

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 a workaround I'm trying to fire these events with JavaScript instead. I'm doing ...
3
votes
1answer
320 views

How can I do both zoom and rotate on an inkcanvas?

Using the following XAML: <Grid x:Name="grid" Background="LightBlue" ClipToBounds="True"> <Grid.RowDefinitions> <RowDefinition Height="*" /> ...
3
votes
5answers
434 views

Always scroll a div element and not page itself

I have a page layout with an inner <div id="content"> element which contains the important stuff on the page. The important part about the design is: #content { height: 300px; width: 500px; ...
3
votes
3answers
553 views

Scrolling on a JComboBox popup hide it

My client is complaining that JComboBox popups often close when the scroll is being used over a JComboBox popup with no vertical scrollbar. (He seems to accidently use scrolling over it because he is ...
3
votes
5answers
829 views

How do I speed up the scroll speed in a JScrollPane when using the mouse wheel?

I see the method JScrollPane.setWheelScrollingEnabled(boolean) to enable or disable the mouse wheel scrolling. Is there any way to adjust the speed of the scrolling, though? It is, in my opinion, ...
3
votes
2answers
604 views

jquery mousewheel plugin: how to fire only one function every scroll

i'm using a moushweel plugin because i want my user to fire an action everytime it scroll up or down, but i dont want to have multiples fires (if you have a apple magic Mouse it is even worse because ...
3
votes
1answer
624 views

C# - Passing focus to a tabcontrol/page and not being able to mousewheel scroll

I have a combobox with four items that correspond to tabs in a tabcontrol. When the user selects an item from the combobox (by left clicking and left clicking again to select an item) the ...
3
votes
2answers
574 views

How to disable the zooming by the mousewheel for ZedGraph

I want to display a non-zoomable ZedGraph control. How do I disable the mousewheel zooming function in ZedGraph?
3
votes
1answer
2k views

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 it can be used for scrolling with a slider that I have.. however, it has an issue where the ...
3
votes
1answer
1k views

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 there an easy way to do that? (C#, VS2008)
3
votes
4answers
3k views

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 make it so a user can use his mouse wheel to scroll the panel? Thanks SO.
3
votes
4answers
4k views

Can't fire MouseWheel event in C# Windows Forms

First off, the mousewheel event is not listed in Visual Studio 2008's events pane which is very annoying. I found the correct format online though, and wrote this into my code: private void ...
2
votes
0answers
25 views

The mouse wheel event doesn't work correcty on a lisbox when it has scrollviewers inside

I have an outer listbox with a vertical scrollbar, and on each item I have a scrollviewer that might have a horizontal scrollbar. The problem is that when I use the mouse the event doesn't get to the ...
2
votes
1answer
89 views

How to disable mousewheel events on dijit.form.NumberSpinner widgets?

I'm using some dijit.form.NumberSpinner wigets in my dojo-based application, all of them are connected to onChange actions. A problem occurs when one has an area with lots of NumberSpinners: Users ...
2
votes
0answers
155 views

Delphi 7 - Handling MouseWheel events for Embedded Frames in Forms?

Hi I have a form with several frames inside. For some of the frames, i wish to scroll the contents (or at least handle the mousewheel event). I have tried the following: Simply assigning a ...
2
votes
1answer
72 views

MouseWheelListener java- possible to detect out side Frame?

Is it possible to detect mouse scroll wheel out side a JFrame I mean like on the entire screen? I have looked up several sample codes but all of them seem to detect mouse scroll only inside their ...
2
votes
2answers
174 views

Why is WheelDelta = 120?

I'm working with mouse events, specifically OnMouseWheel. Many code samples refer to distance the view changes (or zoom f.i. in 3D application) as Distance = Sign(WheelDelta)*Constant or Distance = ...
2
votes
1answer
88 views

Detecting Horizontal Mouse Wheel movement

I am using the mousewheel in my DotNet application, which I have done by following: MSDN MouseWheel example But on my application it would be great to also use the existing hardware horizontal mouse ...
2
votes
2answers
449 views

Mousewheel event in as3 scrolls flash and html. is there a way to stop with javascript?

I'm using SWFWheel to get the mousewheel events in actionscript 3, and I have a small flash window amongst a full html page that needs a scrollbar. The flash scrolls properly, but the whole HTML page ...
2
votes
1answer
148 views

Features in VB6 stop working on one of my multiple monitors

I have 3 monitors with the center monitor being the primary one. When I start VB6 everything works fine on the center and right monitor, but if I maximize the window on the left monitor my scroll ...
2
votes
2answers
296 views

Change Div Y Position with mouse wheel and sidebar

I need that when I scroll down or up with mouse wheel or sidebar my div change incrementally the Y position (for example 50px up or down ). I need this in Javascript/Jquery. I Try this code, but only ...

1 2 3 4 5