stop Property

Summary

Indicates that the inertia scroll should end.

Syntax
TypeScript
JavaScript
Object.defineProperty(InertiaParams.prototype, 'stop', 
	get: function(), 
	set: function(value) 
) 
stop: boolean; 

Property Value

If true, the inertia scroll will end after the ControlInertiaScrollOptions.CalculateInertia returns. The default value is false.

Remarks

Stop must be set to true to end the inertia scroll. Otherwise, the inertia scrolling callback may be called indefinitely.

Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.