FortySevenDeg.SwipeListView
1.0.0.1
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
<PackageReference Include="FortySevenDeg.SwipeListView" Version="1.0.0.1" />
paket add FortySevenDeg.SwipeListView --version 1.0.0.1
#r "nuget: FortySevenDeg.SwipeListView, 1.0.0.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Xamarin.Android.Support.v4 (>= 19.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added notes about the Minimum SDK Version.
- Updated the Sample Application to reflect the Minimum SDK Version.