Relative Content

Tag Archive for c#maui.net-9.0

.net 9 Maui CollectionView not showing data

I am using Microsoft Visual Studio Community 2022(64-bit) Version 17.12.3. I am also using CommunityToolkit.Mvvm. I have CasesPage.xaml, CasesPage.xaml.cs and CasesPageModel with ReportedCasesView.cs which is the Model file. I am trying to display a query result in a CollectionView but the data does not show up although the number of records retrieved is indicated. Below are the files and code I tried to achieve the results.