Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapControlOptionsBehavior.InertialScrolling Property

Specifies if inertial map scrolling is enabled.

#Declaration

Delphi
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