Page 1 of 1

Scroll while dragging on W10

Posted: 18 May 2022, 17:32
by milliard
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).

Re: Scroll while dragging on W10  Topic is solved

Posted: 19 May 2022, 07:34
by mikeyww
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.

Re: Scroll while dragging on W10

Posted: 24 May 2022, 16:10
by milliard
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.

Re: Scroll while dragging on W10

Posted: 25 Aug 2022, 16:42
by DlWlER
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/

Re: Scroll while dragging on W10

Posted: 22 Mar 2023, 16:44
by Xtruth
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?

Re: Scroll while dragging on W10

Posted: 08 May 2024, 16:49
by DlWlER
Xtruth wrote:
22 Mar 2023, 16:44
Hello friend, could you find the version compatible with multiscreen?
Play around with the ScrooMethod. I changed mine to WheelKey to get dragtoscroll to work with multiple screen.