漏洞
漏洞 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 支持应用程序