Back to Devexpress

TdxMapControlOptionsBehavior.Scrolling Property

vcl-dxmapcontrol-dot-tdxmapcontroloptionsbehavior.md

latest1.4 KB
Original Source

TdxMapControlOptionsBehavior.Scrolling Property

Specifies if users can scroll the map.

Declaration

delphi
property Scrolling: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrueTrue Default. Users can click scroll buttons on the Navigation Panel or drag the map to scroll it.FalseMap scroll functionality is unavailable to users. Map scroll buttons are hidden on the Navigation Panel.

Remarks

You can set Scrolling and Zooming properties to False to prevent users from accidentally scrolling and zooming the map. For example, this scenario can be useful if you rely on external UI elements for map navigation.

Default Value

The Scrolling property’s default value is True.

See Also

TdxMapControlOptionsBehavior.InertialScrolling Property

TdxMapControlOptionsBehavior Class

TdxMapControlOptionsBehavior Members

dxMapControl Unit