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

Specifies if users can zoom the map.

#Declaration

Delphi
property Zooming: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True
True
Default. End-user zoom functionality is enabled. Users can scroll the mouse wheel, press + and - keys, or use the zoom track bar displayed on the Navigation Panel.
False
Map zoom functionality is unavailable to users. The map zoom track bar is hidden on the Navigation Panel.

#Remarks

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

#Default Value

The Zooming property’s default value is True.

See Also