Skip to main content

TdxMapControlOptionsBehavior.Zooming Property

Specifies if users can zoom the map.

Declaration

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