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; }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.