Hi,
I am using the usa_st map. When I use the arrow keys/when the mouse is dragged the map is moving and when mouse wheel is scrolling the map is zooming.
How I can avoid all these effects? Please help me. Thanks.
set the XamWebMap's IsPannable and IsZoomable properties to false.
<igMap:XamWebMap IsPannable="False" IsZoomable="False">