Back to Devexpress

dxScrollAnimationTime Constant

vcl-dxscrollanimation-366389e0.md

latest1.3 KB
Original Source

dxScrollAnimationTime Constant

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

Declaration

delphi
const dxScrollAnimationTime: Cardinal = 500;

Returns

TypeDescription
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.

ValueExample (VCL Grid in Touch Mode)
500
2000

See Also

TcxLookAndFeel.ScrollMode Property

TcxCustomLookAndFeelController.ScrollMode Property

dxScrollAnimation Unit