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 |
|
#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).
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