Skip to main content

TdxMapControlOptionsBehavior.Scrolling Property

Specifies if users can scroll the map.

Declaration

property Scrolling: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
True
Default. Users can click scroll buttons on the Navigation Panel or drag the map to scroll it.
False
Map 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