不具合
不具合 ID 番号 | BUG-000165254 |
---|---|
送信されました | February 21, 2024 |
最終更新日 | August 21, 2024 |
適用対象 | ArcGIS Runtime SDK for .NET |
見つかったバージョン | 100.15 |
オペレーティング システム | Android |
オペレーティング システムのバージョン | N/A |
ステータス | 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: BUG-000165254
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード