Scrolling not as smooth as in v8

Patrick Mast

Junior Member
Hello,

Scrolling with 2 fingers on the mousepad is not so smooth as it was in version 8. Scrollbar in Windows moves with chunks. How can we get it smoothly again?

Thanks!

Patrick
 
Got the same issue. In Visual Studio 2012 in Windows 8 the scroll-speed is fast in some windows, while in others the scroll-speed is super-slow :( Kind of annoying.. Both on the trackpad and with my magic mouse.
 
Try this, should work around the problem.

- start Regedit and expand HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\H ID subtree
- fully expand both VID_203A&PID_FFFC&MI_00 and VID_203A&PID_FFFC&MI_01 branches and find Device Parameters keys
- under Device Parameters set VScrollHighResolutionDisable and HScrollHighResolutionDisable values to 1
- reboot Windows

(This tip was passed on to me by 'serv' here in another thread).
 
Worked!

Try this, should work around the problem.

- start Regedit and expand HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\H ID subtree
- fully expand both VID_203A&PID_FFFC&MI_00 and VID_203A&PID_FFFC&MI_01 branches and find Device Parameters keys
- under Device Parameters set VScrollHighResolutionDisable and HScrollHighResolutionDisable values to 1
- reboot Windows

(This tip was passed on to me by 'serv' here in another thread).

I just want to pass along to everyone that this worked perfectly for me. I was extremely bummed when I updated to 9 and this happened. Thanks a ton Olivier!
 
I second that...

I just want to pass along to everyone that this worked perfectly for me. I was extremely bummed when I updated to 9 and this happened. Thanks a ton Olivier!

This worked with Windows 7 64 bit. Trying in other versions also...I thought I remembered something like this happening before...is this a case of new version just like the old version?
 
Can't find the VIDs

Olivier, I was really excited when I saw that you had solved this problem, but when I navigated to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\H ID subtree and fully expanded both branches and keys, I couldn't find either VID_203A&PID_FFFC&MI_00 or VID_203A&PID_FFFC&MI_01. There are only 4 things (sorry, don't know technical term) in Device Parameters: Default, FlipFlopWheel, ForceAbsolute, and Migrated. Any thoughts? I considered adding the VIDs, but didn't know if I should use Key, String, Binary, DWORD, etc.

Much thanks in advance.

Rob



Try this, should work around the problem.

- start Regedit and expand HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\H ID subtree
- fully expand both VID_203A&PID_FFFC&MI_00 and VID_203A&PID_FFFC&MI_01 branches and find Device Parameters keys
- under Device Parameters set VScrollHighResolutionDisable and HScrollHighResolutionDisable values to 1
- reboot Windows

(This tip was passed on to me by 'serv' here in another thread).
 
Olivier, I was really excited when I saw that you had solved this problem, but when I navigated to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\H ID subtree and fully expanded both branches and keys, I couldn't find either VID_203A&PID_FFFC&MI_00 or VID_203A&PID_FFFC&MI_01. There are only 4 things (sorry, don't know technical term) in Device Parameters: Default, FlipFlopWheel, ForceAbsolute, and Migrated. Any thoughts? I considered adding the VIDs, but didn't know if I should use Key, String, Binary, DWORD, etc.

Much thanks in advance.

Rob

Rob,

Anyway this was a temporary workaround with those PD9 builds at that time.
Since then, this is fixed and supported by a GUI switch in the VM configuration and you should not attempt to change anything in the registry anymore.
See VM Configuration, Hardware, Keyboard&Mouse section, you'll find it easily. I had to UNCHECK that new setting (about smooth scrolling) to get things working like in previous versions (with Visual Studio 2012 & 2013 which doesn't itself support support smooth scrolling correctly - a pity).
 
Last edited:
Another thing that helps a lot is to go your mouse settings in windows and set the mouse wheel to scroll 1 line at a time instead of 3.

So to recap:
- Parallels > Config > Hardware > Mouse : Disable smooth scrolling
- Parallels > Config > RAM : 2GB per MS Office requirements
- Windows > Control Panel > Mouse : Scroll Wheel set to scroll 1 line
- Windows > Reg Edit > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\VID_203A&PID_FFFC&MI_00 [and] VID_203A&PID_FFFC&MI_01\Device Parameters\VScrollHighResolutionDisable [and] HScrollHighResolutionDisable set to 1 just for good measures.
 
Back
Top