So MinZoomLevel
and MaxZoomLevel
are get-only properties.
I can't inherit MapControl
and override them, because MapControl
is sealed.
I can use different MapTileSource
and set there ZoomLevelRange
and that works.
But the main question is, how to set MinZoomLevel
and MaxZoomLevel
on default MapControl
that uses Bing maps? I can't set it on MapTileSource
of bing maps, because that field is null for bing maps.
Edit: Also with different MapTileSource
when I set ZoomLevelRange
, it doesn't help either. You can still scroll outside of it, but you don't get data. So that is just data constriction. Not scroll constriction.