Bogue
Numéro d’ID de bogue | BUG-000165254 |
---|---|
Envoi | February 21, 2024 |
Dernière modification | August 21, 2024 |
S’applique à | ArcGIS Runtime SDK for .NET |
Version trouvée | 100.15 |
Système d’exploitation | Android |
Version du système d’exploitation | N/A |
Statut | Will Not Be Addressed |
Suggested workaround is to trigger a redraw of the map. For example following code will trigger a redraw by minimally changing the size of the mapview and then revert it back.
``` protected override void OnResume() { var mv = (MapView)MainPage.FindByName("MyMapView"); mv.Margin = new Thickness(1, 0, 0, 0); EventHandler sizeChanged = null; sizeChanged = (s, e) => { MapView mapView = (MapView)s; mapView.SizeChanged -= sizeChanged; mapView.Margin = new Thickness(); }; mv.SizeChanged += sizeChanged; } ```
ID de bogue: BUG-000165254
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support