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