Tech News
← Home  ·  All topics

Windows 7

1 GoKawiil brief on this topic

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.