Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ScrollAmount Enumeration

Contains values used by ScrollPattern to indicate the direction and distance to scroll.

Namespace:  System.Windows.Automation
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

'Declaration
<GuidAttribute("bd52d3c7-f990-4c52-9ae3-5c377e9eb772")> _
<ComVisibleAttribute(True)> _
Public Enumeration ScrollAmount
'Usage
Dim instance As ScrollAmount

Member nameDescription
LargeDecrementSpecifies that scrolling is done in large decrements, equivalent to PageUp or clicking on a blank part of a scrollbar. If PageUp is not a relevant amount for the control and/or no scrollbar exists, the value represents an amount equal to the current visible window.
SmallDecrementSpecifies that scrolling is done in small decrements, equivalent to pressing an arrow key or clicking the arrow button on a scrollbar.
NoAmountSpecifies that scrolling should not be performed.
LargeIncrementSpecifies that scrolling is done in large increments, equivalent to a PageDown or clicking on the track of a scrollbar component. If a PageDown is not a relevant amount for the control and/or no scrollbar exists, the value represents an amount equal to the current visible region.
SmallIncrementSpecifies that scrolling is done in small increments, equivalent to pressing an arrow key or clicking the arrow button on a scrollbar.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0

Community Additions

Show:
© 2017 Microsoft