[DONE] Stop fallback to horizontal scrolling

Features wanted...
Post Reply
bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

[DONE] Stop fallback to horizontal scrolling

Post by bdeshi »

When the list height is such that vertical scrolling is not possible, rolling the mouse wheel tries to scroll horizontally. I'd like an option to disable this. (Or kindly point to an existing option if that exists.)
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

admin
Site Admin
Posts: 66361
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Stop fallback to horizontal scrolling

Post by admin »

Okidoki.

Code: Select all

    + Added tweak to enable fallback to horizontal scrolling if vertical 
      scrolling is not possible when using the mouse wheel.
        WheelFallbackToHorizontal=1
      Notes:
      - Previously it was hard-coded to ON.
      - Affects Tree and List.
      - When OFF you can still use the wheel over the horizontal scrollbar.
      - When OFF you can still hold SHIFT to force horizontal scrolling.

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Stop fallback to horizontal scrolling

Post by bdeshi »

great! thanks.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

klownboy
Posts: 4462
Joined: 28 Feb 2012 19:27
Location: Windows 11, 25H2 Build 26200.8737 at 100% 2560x1440

Re: [DONE] Stop fallback to horizontal scrolling

Post by klownboy »

Hi Don, I'm not sure why you didn't leave the default for this tweak as ON WheelFallbackToHorizontal=1. I think most people are going to want to wheel scroll whether the bar is horizontal as it is for list view or when it's vertical as it is in detail view. As opposed to having to wheel scroll directly over the horizontal bar. It threw me off a bit this morning when I discovered I couldn't scroll as I normally could when in a folder using list view. Anyway, I changed tweak to "1" so all is well. :)

admin
Site Admin
Posts: 66361
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: [DONE] Stop fallback to horizontal scrolling

Post by admin »

You are right, I will...

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: [DONE] Stop fallback to horizontal scrolling

Post by bdeshi »

Well I think list view should be an exception to that tweak; it should always scroll horizontally.
klownboy wrote: 08 Mar 2019 15:57As opposed to having to wheel scroll directly over the horizontal bar.
shift+scroll also enforces horizontal scrolling, regardless of cursor position.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

admin
Site Admin
Posts: 66361
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: [DONE] Stop fallback to horizontal scrolling

Post by admin »

SammaySarkar wrote: 09 Mar 2019 06:49 Well I think list view should be an exception to that tweak; it should always scroll horizontally.
yep.

Post Reply