←Select platform

ControlInertiaScrollOptions Structure

Summary

Options to use with inertia scroll support.

Syntax
C#
VB
C++
public struct ControlInertiaScrollOptions 
Public Structure ControlInertiaScrollOptions 
public value class ControlInertiaScrollOptions sealed 

Remarks

To enable inertia scroll, get the options from the property, set the value of IsEnabled to true, and then set the value back into the property.

ImageViewerPanZoomInteractiveMode supports inertia scrolling when panning the image.

Use CalculateInertia to pass a custom decleration function of type CalculateInertiaCallback for inertia scrolling, or DefaultBezierPoint1, DefaultBezierPoint2, DefaultDuration, and DefaultPower to change the deceleration of the default inertia function DefaultCalculateInertia.

See CreateDefault for the default values of this object.

Example

For an example, refer to ImageViewerPanZoomInteractiveMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

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

Leadtools.Controls Assembly