FortySevenDeg.SwipeListView 1.0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package FortySevenDeg.SwipeListView --version 1.0.0.1
NuGet\Install-Package FortySevenDeg.SwipeListView -Version 1.0.0.1
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="FortySevenDeg.SwipeListView" Version="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FortySevenDeg.SwipeListView --version 1.0.0.1
#r "nuget: FortySevenDeg.SwipeListView, 1.0.0.1"
#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 FortySevenDeg.SwipeListView as a Cake Addin
#addin nuget:?package=FortySevenDeg.SwipeListView&version=1.0.0.1

// Install FortySevenDeg.SwipeListView as a Cake Tool
#tool nuget:?package=FortySevenDeg.SwipeListView&version=1.0.0.1

This is a C# port of the 47 Degrees Swipe List View.

The Swipe List View is an Android List View implementation with support for drawable cells and many other swipe related features. This control simplifies the building of lists in Android that support swipe gestures on the list items.

Swipe Modes: Left, Right, Both, None


Swipe Actions:
Reveal - Swipe to reveal a view behind the list item    
Dismiss - Swipe to remove a list item from the list    
Choice - Swipe with a rubber band-like behavior that toggles the selected state of the list item.    

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.2 532 12/29/2014
1.0.0.1 171 9/22/2014

- Added notes about the Minimum SDK Version.
- Updated the Sample Application to reflect the Minimum SDK Version.