The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ScrollOptions Enumeration
This enumeration provides options that are used to configure scrolling in the UI.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Member name | Description | |
|---|---|---|
| None | No scrolling. | |
| UseClickOnScrollBar | Use a click on the scroll bar. | |
| UseKeyboard | Use keyboard scrolling. | |
| UseMouseWheel | Use the mouse wheel. | |
| UseProgrammatic | Use programmatic scrolling. | |
| UseScrollBar | Use the scroll bar. |
Show: