Hi,
I have a map with an ArcGISDynamicMapServiceLayer and a Graphics layer. The graphic layer contains 1 line graphic that extends the length of the map. The problem I am having is, if I zoom in on a section of the line graphic and then begin to pan the map in one direction, the line graphic disappears or ends after about 8 or 9 pans and never redraws. It seems that the graphic does not redraw once the end of the buffer has been reached. I have tried refreshing the graphic layer and also clearing and re-adding the line graphic on the pan event, but to no avail.
The only way the I can get the line graphic to re-appear is to zoom the map. I have version 1.2 of the ArcGIS API for Microsoft Silverlight/WPF. Has anyone experienced this problem or have a workaround?
Thanks.