Windows 7's scroll bar right-click menu and Shift+click shortcut go largely unused today
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.
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.
- Windows 7 introduced a scroll bar right-click menu with a 'Scroll Here' jump-to-position option.
- A hidden Shift+click shortcut, added at the same time, also jumps the thumb directly to the clicked spot.
- Modern frameworks vary in support: Chromium and WPF implement Shift+click, WPF also keeps the context menu, while WinUI has neither.
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.