Images not displaying in CollectionView in .NET MAUI
I’m working on a .NET MAUI application where I’m trying to display a list of images in a CollectionView
. Despite following the documentation, my images are not being displayed. Here is the code for my MainPage.xaml
and MainPage.xaml.cs
.