Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

InertiaScrollOptions Property

Show in webframe
Inertia scroll options used when panning.
Syntax
get_inertiaScrollOptions();
set_inertiaScrollOptions(value);
Object.defineProperty('inertiaScrollOptions');

Property Value

TypeDescription
ControlInertiaScrollOptionsThe inertia scroll options used when panning. Default value is "disabled".
Remarks

Use the following code to enable inertia when panning using this mode:


            ControlInertiaScrollOptions options = mode.InertiaScrollOptions;
            options.IsEnabled = true;
            mode.InertiaScrollOptions = options;
            
See Also

Reference

ImageViewerPanZoomInteractiveMode Object
ImageViewerPanZoomInteractiveMode Members

Error processing SSI file