Scroll while dragging on W10 Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
milliard
Posts: 8
Joined: 26 Feb 2022, 21:11

Scroll while dragging on W10

Post by milliard » 18 May 2022, 17:32

On Windows 10 (and any other Windows version afaik) you can't scroll while dragging something, at max you can drag and scroll if the window being scrolled isn't the one you're dragging from.

I wanted to make a script to enable that but couldn't do it. I also searched ahk forums and other softwares looking for that functionality but wasn't able to find a reliable tool. The two or so topics on this matter are from many years ago and things probably changed under the hood, since W10 now allows you to scroll inactive windows and it conflicts with tools like AltDrag rendering you unable to scroll any modern Windows app. The same goes for other softwares, they usually break one or more things, as stated with AltDrag. Do any of you know how to do it?

FWIW AltDrag "Scroll inactive windows" functionality/option allows you to scroll while dragging, the only problem is that it conflicts with modern Windows apps, you can't scroll them at all. My point is that it seems it can be done, and with AHK it'd maybe be simple to circumvent the modern Windows apps problem by only making the script work on specified windows (file explorer, et cetera).

User avatar
mikeyww
Posts: 26596
Joined: 09 Sep 2014, 18:38

Re: Scroll while dragging on W10  Topic is solved

Post by mikeyww » 19 May 2022, 07:34

That's right; as far as I can see, it just seems like something that Windows does not support. Nonetheless, there may be workarounds, such as identifying the thing to "move", scrolling without dragging, and then acting in a way that completes the move, accounting for the new position in the scroll. I guess the viability of it would depend on the specific situation.

milliard
Posts: 8
Joined: 26 Feb 2022, 21:11

Re: Scroll while dragging on W10

Post by milliard » 24 May 2022, 16:10

I think you're correct, it's too much of a hassle to find what AltDrag and alternatives do to scroll while dragging on Explorer. Honestly, if somebody is serious about it they shouldn't be using windows default file manager, it pales in comparison to more advanced options.

DlWlER
Posts: 5
Joined: 29 Apr 2020, 19:16

Re: Scroll while dragging on W10

Post by DlWlER » 25 Aug 2022, 16:42

Are you talking about DragToScroll?

Its buggy when working with multiple screens but might work for you. I'm looking for a stable version.

https://github.com/mmikeww/DragToScroll
https://www.autohotkey.com/board/topic/55289-dragtoscroll-universal-drag-flingflick-scrolling/

Xtruth
Posts: 2
Joined: 22 Mar 2023, 15:55

Re: Scroll while dragging on W10

Post by Xtruth » 22 Mar 2023, 16:44

DlWlER wrote:
25 Aug 2022, 16:42
Are you talking about DragToScroll?

Its buggy when working with multiple screens but might work for you. I'm looking for a stable version.

https://github.com/mmikeww/DragToScroll
https://www.autohotkey.com/board/topic/55289-dragtoscroll-universal-drag-flingflick-scrolling/
Hello friend, could you find the version compatible with multiscreen?

Post Reply

Return to “Ask for Help (v1)”