Page 1 of 1
[DONE] Stop fallback to horizontal scrolling
Posted: 07 Mar 2019 11:39
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.)
Re: Stop fallback to horizontal scrolling
Posted: 07 Mar 2019 15:36
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.
Re: Stop fallback to horizontal scrolling
Posted: 07 Mar 2019 16:51
by bdeshi
great! thanks.
Re: [DONE] Stop fallback to horizontal scrolling
Posted: 08 Mar 2019 15:57
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.

Re: [DONE] Stop fallback to horizontal scrolling
Posted: 08 Mar 2019 16:01
by admin
You are right, I will...
Re: [DONE] Stop fallback to horizontal scrolling
Posted: 09 Mar 2019 06:49
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.
Re: [DONE] Stop fallback to horizontal scrolling
Posted: 09 Mar 2019 08:50
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.