Skip to content

Latest commit

 

History

History
81 lines (64 loc) · 3.29 KB

ne-uiautomationcore-scrollamount.md

File metadata and controls

81 lines (64 loc) · 3.29 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:uiautomationcore.ScrollAmount
ScrollAmount (uiautomationcore.h)
Contains values that specify the direction and distance to scroll.
ScrollAmount
ScrollAmount enumeration [Windows Accessibility]
ScrollAmount_LargeDecrement
ScrollAmount_LargeIncrement
ScrollAmount_NoAmount
ScrollAmount_SmallDecrement
ScrollAmount_SmallIncrement
uiauto.uiauto_ScrollAmount
uiauto_ScrollAmount
uiautomationcore/ScrollAmount
uiautomationcore/ScrollAmount_LargeDecrement
uiautomationcore/ScrollAmount_LargeIncrement
uiautomationcore/ScrollAmount_NoAmount
uiautomationcore/ScrollAmount_SmallDecrement
uiautomationcore/ScrollAmount_SmallIncrement
winauto.uiauto_ScrollAmount
winauto\uiauto_ScrollAmount.htm
WinAuto
94d84a66-5222-48e4-9675-444eb04558a4
12/05/2018
ScrollAmount, ScrollAmount enumeration [Windows Accessibility], ScrollAmount_LargeDecrement, ScrollAmount_LargeIncrement, ScrollAmount_NoAmount, ScrollAmount_SmallDecrement, ScrollAmount_SmallIncrement, uiauto.uiauto_ScrollAmount, uiauto_ScrollAmount, uiautomationcore/ScrollAmount, uiautomationcore/ScrollAmount_LargeDecrement, uiautomationcore/ScrollAmount_LargeIncrement, uiautomationcore/ScrollAmount_NoAmount, uiautomationcore/ScrollAmount_SmallDecrement, uiautomationcore/ScrollAmount_SmallIncrement, winauto.uiauto_ScrollAmount
uiautomationcore.h
UIAutomation.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
ScrollAmount
uiautomationcore/ScrollAmount
c++
APIRef
kbSyntax
HeaderDef
UIAutomationCore.h
ScrollAmount

ScrollAmount enumeration

-description

Contains values that specify the direction and distance to scroll.

-enum-fields

-field ScrollAmount_LargeDecrement:0

Scrolling is done in large decrements, equivalent to pressing the PAGE UP key or clicking on a blank part of a scroll bar. If one page up is not a relevant amount for the control and no scroll bar exists, the value represents an amount equal to the current visible window.

-field ScrollAmount_SmallDecrement:1

Scrolling is done in small decrements, equivalent to pressing an arrow key or clicking the arrow button on a scroll bar.

-field ScrollAmount_NoAmount:2

No scrolling is done.

-field ScrollAmount_LargeIncrement:3

Scrolling is done in large increments, equivalent to pressing the PAGE DOWN or PAGE UP key or clicking on a blank part of a scroll bar. If one page is not a relevant amount for the control and no scroll bar exists, the value represents an amount equal to the current visible window.

-field ScrollAmount_SmallIncrement:4

Scrolling is done in small increments, equivalent to pressing an arrow key or clicking the arrow button on a scroll bar.

-see-also

IScrollProvider