Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the type and direction of automatic scrolling animation to apply.
Syntax
typedef enum DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION {
DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_STOP = 0,
DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_FORWARD = 1,
DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_REVERSE = 2
} ;
Constants
DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_STOP Value: 0 If content is scrolling, slowly stop along the direction of the motion. |
DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_FORWARD Value: 1 Scroll towards the positive boundary of the content. |
DIRECTMANIPULATION_AUTOSCROLL_CONFIGURATION_REVERSE Value: 2 Scroll towards the origin of the content. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | directmanipulation.h |