Esri / arcgis-maps-sdk-dotnet-samples

Sample code for ArcGIS Maps SDK for .NET – WPF, WinUI, .NET MAUI
Apache License 2.0
419 stars 519 forks source link

[.NET MAUI] Updated samples using `ListView` and `CollectionView` with `DataTemplate` #1496

Closed duffh closed 4 months ago

duffh commented 4 months ago

Description

A .NET MAUI bug is preventing CollectionView and ListView content displaying in release configuration if the data type is not explicitly set on the DataTemplate.

This workaround didn't work for the Picker used in "Offline routing" so I replaced it with a CollectionView.

https://github.com/dotnet/maui/issues/20002

Type of change

Platforms tested on

Checklist