[GH-ISSUE #543] Request: Overscroll on all lists #539

Closed
opened 2026-03-03 19:19:40 +03:00 by kerem · 3 comments
Owner

Originally created by @avario on GitHub (Jul 8, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/543

Originally assigned to: @NghiaTranUIT on GitHub.

Can we please have overscroll (rubber-banding, bouncing) enabled on all lists in the app? This is mostly an issue on the sidebar and the main list of requests. Without overscroll it's not clear whether there are more entries in the list or if I have reached the end of the list. Sometimes it makes it feel like the app is just not responding to my scroll input.

On iOS this would be setting UIScrollView.alwaysBounceVertical = true. I'm not sure what the equivalent for macOS is

Originally created by @avario on GitHub (Jul 8, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/543 Originally assigned to: @NghiaTranUIT on GitHub. Can we please have overscroll (rubber-banding, bouncing) enabled on all lists in the app? This is mostly an issue on the sidebar and the main list of requests. Without overscroll it's not clear whether there are more entries in the list or if I have reached the end of the list. Sometimes it makes it feel like the app is just not responding to my scroll input. On iOS this would be setting `UIScrollView.alwaysBounceVertical = true`. I'm not sure what the equivalent for macOS is
kerem 2026-03-03 19:19:40 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Jul 8, 2020):

Hi @avario, let check out this build (https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.1.1_Allow_Bounce_Vertical.dmg), which enables the verticalScrollElasticity

2020-07-08 14 06 18

This effect only occurs if we scroll by the TouchPad. Scroll by mouse doesn't cause this effect. Similar to the Finder app.

<!-- gh-comment-id:655332448 --> @NghiaTranUIT commented on GitHub (Jul 8, 2020): Hi @avario, let check out this build (https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.1.1_Allow_Bounce_Vertical.dmg), which enables the [verticalScrollElasticity](https://developer.apple.com/documentation/appkit/nsscrollview/1403475-verticalscrollelasticity) ![2020-07-08 14 06 18](https://user-images.githubusercontent.com/5878421/86888457-65418e80-c124-11ea-8e7a-5be53f175498.gif) This effect only occurs if we scroll by the TouchPad. Scroll by mouse doesn't cause this effect. Similar to the Finder app.
Author
Owner

@avario commented on GitHub (Jul 8, 2020):

That looks great! Are you able to apply the same behaviour to the outline view on the left too? I think this would also be in line with how the outline view behaves in Finder.

<!-- gh-comment-id:655457421 --> @avario commented on GitHub (Jul 8, 2020): That looks great! Are you able to apply the same behaviour to the outline view on the left too? I think this would also be in line with how the outline view behaves in Finder.
Author
Owner

@NghiaTranUIT commented on GitHub (Jul 8, 2020):

Definitely. I will revisit all Lists and make sure they have this update 👍

<!-- gh-comment-id:655472563 --> @NghiaTranUIT commented on GitHub (Jul 8, 2020): Definitely. I will revisit all Lists and make sure they have this update 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#539
No description provided.