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; }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.