dxScrollAnimationTime Constant
Specifies the scroll animation time (in milliseconds) in smooth scroll mode.
Declaration
const dxScrollAnimationTime: Cardinal = 500;
Returns
Type |
---|
Cardinal |
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 | |
2000 |
See Also