diff --git a/.gitignore b/.gitignore index e98f007..fadf081 100644 --- a/.gitignore +++ b/.gitignore @@ -351,4 +351,4 @@ MigrationBackup/ .DS_Store # Rider -.idea \ No newline at end of file +.idea diff --git a/README.md b/README.md index edf5c6c..82bec0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # VirtualListView for .NET MAUI This is an experiment in creating a virtualized ListView control for .NET MAUI to support simple, fast, multi-templated, uneven item sized lists by not adding too many bells and whistles and using an adapter pattern data source. -![Nuget: Redth.Maui.VirtualListView](https://img.shields.io/nuget/vpre/Redth.Maui.VirtualListView?logo=nuget&label=Redth.Maui.VirtualListView&color=004880&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FRedth.Maui.VirtualListView%2F) +[![Nuget: Redth.Maui.VirtualListView](https://img.shields.io/nuget/vpre/Redth.Maui.VirtualListView?logo=nuget&label=Redth.Maui.VirtualListView&color=004880&link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FRedth.Maui.VirtualListView%2F)](https://www.nuget.org/packages/Redth.Maui.VirtualListView) ## Vroooom! diff --git a/Sample/VirtualListViewSample/MusicLibraryPage.xaml b/Sample/VirtualListViewSample/MusicLibraryPage.xaml index 45ad698..508391c 100644 --- a/Sample/VirtualListViewSample/MusicLibraryPage.xaml +++ b/Sample/VirtualListViewSample/MusicLibraryPage.xaml @@ -72,6 +72,15 @@