How do I speed up scrolling in Windows 7?

6,212

It is the animation, and another question has an answer: Windows Forms: How do I disable ListView scroll animation (smooth-scrolling)?

It basically says,

Go to: Control panelSystemAdvanced system settings (to the left on the side) → "Advanced" tab → PerformanceSettingsVisual Effects Tab

Remove the checkbox from:

  • Animate controls and elements inside windows and
  • from smooth-scroll list boxes.

I tried this and the scrolling is now fast!

Combined with Control PanelMouseWheel tab, it solves my problem.

Share:
6,212

Related videos on Youtube

n611x007
Author by

n611x007

Updated on September 18, 2022

Comments

  • n611x007
    n611x007 almost 2 years

    When I scroll a list for example in Total Commander's Synchronize Dirs, or in a text file with its Lister, scrolling is very slow, if I do multiple scrolls at once.

    The problem is that if the lines I want to skip are many, I do many scrolls on the wheel. I expect it to scroll much more at once! But Windows handles this really differently, and if you ask me in a buggy way, because multiple scroll slows it down more than if I would have done separate scrolls (or at least it feels like it). In particular the actual looks feel buggy, too.

    I've tried to set the scroll speed according to this: Change mouse settings basically says:

    Control PanelMouseWheel tab; set your stuff.

    I've set it to screen and later to 10 and noticed that the scrolling is still slow. I suspect it's the animation.

    • Psycogeek
      Psycogeek almost 11 years
      Some video cards stay stepped down in 2D modes, reserving thier real speed for 3D. If you had some really poorly programmed 2D displaying going on you could test by stepping up your grafics card (not referring to overclocking), and see if that helps. I use rather odd methods, so I could not tell you how to do it on yours.
    • n611x007
      n611x007 almost 11 years
      @Psycogeek I have Intel HD Graphics Family, hw id: PCI\VEN_8086&DEV_0102&SUBSYS_1494103C&REV_09, PCI\VEN_8086&DEV_0102&CC_030000, driver version 8.15.10.2509.
    • Ross Aiken
      Ross Aiken almost 11 years
      Have you tried middle-click-dragging? I've had better luck with some programs by doing that.
    • n611x007
      n611x007 almost 11 years
      @RossAiken Thanks good suggestion, I've actually used to do middle click + drag, if it's that what you mean. (It's dependent on the mouse driver however, on some hardware it didn't appear.) It's the opposite, it's too fast for me sometimes and hard to control due to the speed. But yes I used that as workaround before.