Sharpnado.Forms.HorizontalListView 1.8.2

.NET Standard 2.0
dotnet add package Sharpnado.Forms.HorizontalListView --version 1.8.2
NuGet\Install-Package Sharpnado.Forms.HorizontalListView -Version 1.8.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sharpnado.Forms.HorizontalListView" Version="1.8.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sharpnado.Forms.HorizontalListView --version 1.8.2
#r "nuget: Sharpnado.Forms.HorizontalListView, 1.8.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sharpnado.Forms.HorizontalListView as a Cake Addin
#addin nuget:?package=Sharpnado.Forms.HorizontalListView&version=1.8.2

// Install Sharpnado.Forms.HorizontalListView as a Cake Tool
#tool nuget:?package=Sharpnado.Forms.HorizontalListView&version=1.8.2

* Horizontal, Grid, Carousel or Vertical layout
* Reveal custom animations
* Drag and Drop feature
* 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

Initialization:

* On core project call Sharpnado.HorizontalListView.Initializer.Initialize(true, false) in App.xaml.cs after InitializeComponent().
* On platform projects (ios/android), call SharpnadoInitializer.Initialize() before Xamarin.Forms.Forms.Init() and LoadApplication(new App()).

Warning: the MaterialFrame is no longer included in the package, you have to install it manually: Sharpnado.MaterialFrame.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid monoandroid10 monoandroid10.0
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.2 22,027 6/23/2021
1.8.1 28,919 1/25/2021
1.8.0 3,182 11/18/2020
1.7.1 20,313 7/23/2020
1.6.0 3,550 4/29/2020
1.5.1 1,033 4/8/2020
1.5.0 414 4/6/2020
1.4.0 2,901 1/28/2020
1.3.0 10,729 9/24/2019
1.2.0 11,300 6/15/2019
1.1.0 25,926 4/17/2019
0.9.12 1,754 3/13/2019
0.9.11 6,567 3/5/2019
0.9.10 1,983 2/11/2019
0.9.9 2,030 1/28/2019
0.9.8 1,379 1/7/2019
0.9.7 2,349 12/17/2018
0.9.6 19,842 11/1/2018
0.9.5 651 10/26/2018
0.9.4 929 10/21/2018
0.9.3 1,306 9/17/2018

Dragging with pan on both platforms, drag directions. Implemented by @themronion. Fix for dragging infos.