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 |
|
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