Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress only horizontal scroll in inspection results window and test explorer #5532

Conversation

MDoerner
Copy link
Contributor

Closes #5527

To achieve this, a new request from the original source is performed with a rectangle extending to the left into negative space. As a result, vertical scrolling is preserved, but horizontal scrolling suppressed.

Testing with the project I could reproduce the freeze with before deactivating the general bring into view suppression, I do not get a freeze again. So, I hope this way of suppressing the horizontal scroll is safe.

To achieve this, a new request from the original source is performed with a rectangle extending to the left into negative space. As a result, vertical scrolling is preserved, but horizontal scrolling suppressed.
@retailcoder retailcoder merged commit 2581512 into rubberduck-vba:next Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slightly scrolling horizontally in code inspection window when selecting an item
2 participants