I have a new mouse that has the ability to scroll right and left using the scroll wheel, though this feature is available on the web page , Photoshop, and so on, when I can not do anything while using it in Visual Studio when compared to the code in comparison to the window (horizontal).
Is this a way to work?
Visual Studio 2010 Express, the mouse is the Logitete MX 1100.
VS2010 has some problems with horizontal scrolling, some of which have been fixed or VS2010 Work has been done after the latter. I'm not sure that the MX1100 is a typical example of one of the following, but there are some issues:
- Drivers of some rats eventually send events to the wrong HWND; We have seen cases where incidents are always focused on one thing at the end, eg. The Solution Explorer will scroll when the editor is focused. I think it was an fixed .
- Before sending WM_MOUSEHWHEEL (or to circumvent WM_HCROLL), check to see if the main HWND is WS_HCROLL (declares that it has Win32 horizontal scrollbar). Since VS is not the main window, and like the editor win32 are not horizontal scrollbar, they will refuse to send horizontal scrolling messages this is an unstable .
- (Definitely not your case, but) Windows VMware Fusion (on OS X) is not forwarded to horizontal scroll events on the client OS. / Li>
I see from people whether MX1100 is known in any of the first two categories.
Comments
Post a Comment