DK.SlidingPanel 1.3.2

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

// Install DK.SlidingPanel as a Cake Tool
#tool nuget:?package=DK.SlidingPanel&version=1.3.2                

Generate a Panel sliding up from bottom of the screen for Xamarin.Forms pages
Here are three states of the Panel:
1. Hidden Panel
2. Collapsed Panel
3. Expanded Panel

Here are all the layers of the sliding panel:
-> (Optional) Header Control Layer (Back Button to collapse)
-> (Optional) Picture Layer
-> Title Layer
-> Body Layer

Please send an email for feedbacks.

There are no supported framework assets in this package.

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
2.2.9 9,063 6/26/2018
2.2.8-beta 916 6/26/2018
2.2.7-beta 898 6/26/2018
2.2.6-beta 890 6/26/2018
2.2.5-beta 742 6/25/2018
2.2.4-beta 853 6/25/2018
2.2.3-beta 903 6/25/2018
2.2.2 1,124 6/25/2018
2.2.2-beta 970 6/25/2018
2.2.1-beta 922 6/25/2018
2.2.0 1,040 6/19/2018
2.1.0 1,528 1/29/2018
2.0.3 1,109 1/18/2018
2.0.2 1,192 12/21/2017
2.0.1 1,110 12/20/2017
2.0.0 1,098 12/20/2017
1.8.2 1,435 6/13/2017
1.8.1 1,067 6/13/2017
1.7.4 1,066 5/15/2017
1.7.3 1,071 5/10/2017
1.7.2 1,137 5/8/2017
1.7.1 1,041 5/8/2017
1.7.0 1,028 5/5/2017
1.6.0 1,050 4/26/2017
1.5.1 1,000 4/25/2017
1.5.0 1,010 4/25/2017
1.4.8 1,024 4/24/2017
1.4.7 1,039 4/24/2017
1.4.6 1,029 4/18/2017
1.4.5 1,060 4/6/2017
1.4.4 1,008 4/6/2017
1.4.2 1,081 4/4/2017
1.4.1 1,065 3/22/2017
1.4.0 1,018 3/22/2017
1.3.5 1,072 1/26/2017
1.3.4 1,010 1/26/2017
1.3.3 1,012 1/26/2017
1.3.2 1,038 1/23/2017
1.3.1 1,017 1/20/2017
1.3.0 1,033 1/20/2017
1.2.1 1,062 1/9/2017
1.2.0 1,041 1/6/2017
1.1.5 1,062 1/4/2017
1.1.4 1,051 12/21/2016
1.1.3 1,071 12/20/2016
1.1.2 1,054 12/15/2016
1.1.1 1,234 12/14/2016
1.1.0 1,030 12/8/2016
1.0.10 1,034 12/7/2016
1.0.9 1,027 12/7/2016
1.0.8 1,022 12/6/2016
1.0.7 1,069 12/5/2016
1.0.6 1,070 12/5/2016
1.0.5 1,053 12/5/2016
1.0.4 1,020 12/2/2016
1.0.3 1,039 11/25/2016
1.0.2 1,076 11/25/2016
1.0.1 1,063 11/25/2016
1.0.0 1,110 11/25/2016

* New Version
1.3.2
- [feature] Added showNavBar param for Collapse/Expand/HidePanel methods
- [feature] Enhanced the Panning Gesture using last Y movement


1.3.1
- [feature] massive changes: rename/remove class name/properties
- [fix] panning issue with iOS
- [fix] Picture Pannel is not hidden

1.2.1
- Enhanced the Tap and Pan gestures on both Android and iOS
1.2.0
- (Android) Fixed 'Laggy' Panning Gesture
- (Android) Fixed Test page on Sample.Droid
- Added Config.IsPanSupport property