I have a scenario where I change the ZoomLevelSet while the map is in use, but the zoom control never redraws to reflect the increase/decrease in zoom levels. Is there a way to make the zoom control redraw?
Map zoom control does not resize when changing the ZoomLevelSet
Hi Ben,
Using the below codes should redraw the PanZoomBar after change the zoomlevelset:
wpfMap1.MapTools.PanZoomBar.OnApplyTemplate();
Let me know if the issue persists.
Thanks,
Troy