Skip to main content

TdxMapControlOptionsBehavior.InertialScrolling Property

Specifies if inertial map scrolling is enabled.

Declaration

property InertialScrolling: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

True if inertial map scrolling is enabled; otherwise, False.

Remarks

Users can click scroll buttons on the Navigation Panel or drag the map to scroll it if the Scrolling property is set to True (default).

VCL Map Control: Map Scroll Buttons

The map continues to scroll for a short time period after a user releases the left mouse button if the InertialScrolling property is set to True (default). Otherwise, map scrolling stops as soon as the current drag operation is finished.

Inertial Scrolling Duration

Use the dxMapControlInertialScrollingDecelerationRatio global constant to adjust the inertial scroll duration.

Default Value

The InertialScrolling property’s default value is True.

See Also