Skip to main content
Sharpnado.CollectionView.Maui package icon

Sharpnado.CollectionView.Maui

CollectionView on steroids including: * Horizontal, Grid, Carousel or Vertical layout * Header, Footer and GroupHeader * Reveal custom animations * Drag and Drop * Column count * Infinite loading with Paginator component * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add, Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS ## Installation * In Core project, in `MauiProgram.cs`: ```csharp public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() .UseSharpnadoCollectionView(loggerEnable: false); } ```

Total Downloads
130.7K
130,735
Published
Jan 15, 2024
Latest stable version

Install

.NET CLI
dotnet add package Sharpnado.CollectionView.Maui --version 3.1.0
Package Manager Console
Install-Package Sharpnado.CollectionView.Maui -Version 3.1.0
PackageReference
<PackageReference Include="Sharpnado.CollectionView.Maui" Version="3.1.0" />

Frameworks

net7.0 net7.0-android33.0 net7.0-ios16.1

Dependencies

[1.0.2, )
Sharpnado.TaskMonitor
net7.0-android33.0
[1.0.2, )
[1.0.2, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.