How to disable Zoom on radmap when mouse clicked or scrolled?

1 Answer 149 Views
Map
Ammar
Top achievements
Rank 1
Ammar asked on 14 Jun 2021, 03:36 PM

I would like to prevent users from zooming in/out on RadMap. 

Is there any way to disable the zooming option?

 

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 15 Jun 2021, 04:53 AM
Hello, Ammar,

The MapElement.EnableZooming property controls whether the zoom in/out functionality is enabled in RadMap. Feel free to set it to false if you need to disable this behavior. 
 this.radMap1.MapElement.EnableZooming = false;
I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Map
Asked by
Ammar
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or