Hello,
I would like to disable the ZoomBox functionality in ArcGIS Runtime / Maps 200.1 where holding the shift key or shift + ctrl keys and click/dragging doesn't zoom, but the user is still able to zoom normally via the scrollwheel.
The MapViewInteractionOptions has a "IsZoomEnabled" property, but that globally disables zooming, which is not what we're after.
https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.UI.MapViewInteractionOptions.html
Is there a setting in the 200 .net runtime to accomplish this?