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

Scrolling by MouseWheel if scroll bar clicking does not work #295

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KGuetter
Copy link

@KGuetter KGuetter commented Apr 7, 2015

I would like to contribute a change affecting the way ScreenItem.MakeVisible works.
The motivation is that WinForms controls running within Visual Studio (e.g. in a VS package) get modified scroll bars which do not have the LargeChangeButtons and thus cannot be scrolled by ScreenItem.MakeVisible. The changed code uses mouse wheel scrolling in this case.

In addition, I did some small changes to TestStack.White.UITests to allow running the tests with shadow copying and on non-english OS.

KGuetter added 3 commits April 7, 2015 06:10
…LargeChangeButtons are missing). Fix: ScreenItem.MakeVisible and TableVerticalScrollBar now use mouse wheel for scrolling.
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.

1 participant