scrollEnabled property

bool? scrollEnabled
getter/setter pair

Whether the single-touch scroll gesture is enabled.

On web this disables pointer/touch pan only. Keyboard arrow-pan stays on regardless, pending GL JS support.

Implementation

bool? scrollEnabled;