ScrollAmount Enumeration
Visual Studio 2012
Used to indicate a scroll direction for a scrollbar and whether to move by the large amount or small amount of the scrollbar, or by no amount.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Member name | Description | |
|---|---|---|
| BackByLargeAmount | Indicates to scroll back by the large amount of the scrollbar. | |
| BackBySmallAmount | Indicates to scroll back by the small amount of the scrollbar. | |
| ForwardByLargeAmount | Indicates to scroll forward by the large amount of the scrollbar. | |
| ForwardBySmallAmount | Indicates to scroll forward by the small amount of the scrollbar. | |
| NoAmount | Indicates no scroll amount. |