In addition to your solution if you are using version 2.1 you can use InfoWindow control instead (sample here: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple). To close a given instance of an InfoWindow you can set its "IsOpen" property to FALSE according to your application logic.
private void Close() { ((Popup)Parent).IsOpen = false; }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.