Skip to main content

dxScrollAnimationTime Constant

Specifies the scroll animation time (in milliseconds) in smooth scroll mode.

Declaration

const dxScrollAnimationTime: Cardinal = 500;

Returns

Type Description
Cardinal

The duration of the scroll animation, in milliseconds.

Remarks

Use this global constant to adjust the scroll animation speed for all DevExpress controls in smooth scroll mode.

Value Example (VCL Grid in Touch Mode)
500 VCL Shared Libraries: The Default Scroll Animation Time
2000 VCL Shared Libraries: An Increased Scroll Animation Time
See Also