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.Scrolling Property

Specifies if users can scroll the map.

#Declaration

Delphi
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