Skip to content
Tech News
← Back to articles

Windows 7's scroll bar right-click menu and Shift+click shortcut go largely unused today

read original more articles
GoKawiil Brief

Raymond Chen recounts that Windows 7 added a right-click context menu to the classic vertical scroll bar, including a 'Scroll Here' option letting users jump directly to a clicked position instead of dragging the thumb. A lesser-known companion shortcut, holding Shift while clicking the scroll bar, does the same thing. He notes that most modern app frameworks have replaced native Win32 scroll bars with custom ones that only partially preserve these features: Chromium-based apps support Shift+click but not the context menu, WPF supports both, and WinUI supports neither.

Why It Matters

GoKawiil's interpretation of the reporting above, not reported fact.

The account illustrates how UI conveniences can quietly disappear as software shifts away from native OS controls toward custom-built frameworks. Because each framework reimplements scrolling independently, small usability features like 'Scroll Here' may be lost unless developers deliberately reproduce them, suggesting fragmentation in interface consistency across Windows apps.

Key Takeaways

Source: devblogs.microsoft.com — Raymond Chen, 2026-09-23

Published there as: “A brief history of Windows scroll bar shortcuts”

Read the original report → The summary and analysis above are GoKawiil's own, written from reporting by the source above. Facts and quotes belong to the original publisher.