isScrollEnabled
A Boolean value that determines whether the user can cause the map to scroll with a pointing device or with gestures on a touchscreen.
Declaration
get isScrollEnabled(): boolean;
set isScrollEnabled(value: boolean);Mentioned in
Discussion
You can programmatically cause the map to scroll when scrolling isn’t in an enabled state by changing the map’s center and region coordinates.