Hi
If i set map center point and zoomtoscale, the zoom out with the mouse wheel dosen't work, until you have zoom in first. Then you
can zoom out with mousewheel.
winMap.MapControl.CenterAt(new Feature(gc.Longitude, gc.Latitude));
double scale = new ZoomLevelSet().ZoomLevel10.Scale;
winMap.MapControl.ZoomToScale(scale);
Its only a problem if i start with ZoomToScale.
/Lars