DK.SlidingPanel 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DK.SlidingPanel --version 1.3.0
                    
NuGet\Install-Package DK.SlidingPanel -Version 1.3.0
                    
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.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DK.SlidingPanel" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="DK.SlidingPanel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DK.SlidingPanel --version 1.3.0
                    
#r "nuget: DK.SlidingPanel, 1.3.0"
                    
#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.
#addin nuget:?package=DK.SlidingPanel&version=1.3.0
                    
Install DK.SlidingPanel as a Cake Addin
#tool nuget:?package=DK.SlidingPanel&version=1.3.0
                    
Install DK.SlidingPanel as a Cake Tool

Allows for a panel to be slided out from bottom of the screen for Xamarin.Forms pages.
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,398 6/26/2018
2.2.8-beta 1,079 6/26/2018
2.2.7-beta 1,062 6/26/2018
2.2.6-beta 1,053 6/26/2018
2.2.5-beta 857 6/25/2018
2.2.4-beta 1,016 6/25/2018
2.2.3-beta 1,067 6/25/2018
2.2.2 1,298 6/25/2018
2.2.2-beta 1,136 6/25/2018
2.2.1-beta 1,087 6/25/2018
2.2.0 1,214 6/19/2018
2.1.0 1,716 1/29/2018
2.0.3 1,297 1/18/2018
2.0.2 1,382 12/21/2017
2.0.1 1,298 12/20/2017
2.0.0 1,286 12/20/2017
1.8.2 1,568 6/13/2017
1.8.1 1,199 6/13/2017
1.7.4 1,197 5/15/2017
1.7.3 1,202 5/10/2017
1.7.2 1,327 5/8/2017
1.7.1 1,174 5/8/2017
1.7.0 1,157 5/5/2017
1.6.0 1,181 4/26/2017
1.5.1 1,132 4/25/2017
1.5.0 1,151 4/25/2017
1.4.8 1,156 4/24/2017
1.4.7 1,171 4/24/2017
1.4.6 1,162 4/18/2017
1.4.5 1,194 4/6/2017
1.4.4 1,143 4/6/2017
1.4.2 1,214 4/4/2017
1.4.1 1,195 3/22/2017
1.4.0 1,147 3/22/2017
1.3.5 1,204 1/26/2017
1.3.4 1,144 1/26/2017
1.3.3 1,147 1/26/2017
1.3.2 1,169 1/23/2017
1.3.1 1,149 1/20/2017
1.3.0 1,168 1/20/2017
1.2.1 1,198 1/9/2017
1.2.0 1,174 1/6/2017
1.1.5 1,193 1/4/2017
1.1.4 1,183 12/21/2016
1.1.3 1,202 12/20/2016
1.1.2 1,186 12/15/2016
1.1.1 1,430 12/14/2016
1.1.0 1,163 12/8/2016
1.0.10 1,168 12/7/2016
1.0.9 1,161 12/7/2016
1.0.8 1,153 12/6/2016
1.0.7 1,199 12/5/2016
1.0.6 1,202 12/5/2016
1.0.5 1,186 12/5/2016
1.0.4 1,156 12/2/2016
1.0.3 1,180 11/25/2016
1.0.2 1,204 11/25/2016
1.0.1 1,192 11/25/2016
1.0.0 1,242 11/25/2016

* New Version
1.3.0
- [feature] massive changes: rename/remove class name/properties
- [fix] panning issue with iOS

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
1.1.5
- Degraded ReactiveUI Dependency version 7.0.0 to 6.5.2
1.1.4
- Added Ratio for Panel and Picture
1.1.3
- Renamed OverlayButtonImage to PrimaryFloatingActionButton
- Fixed the issue with the touch/click the PrimaryFloatingActionButton
- Added Secondary Floating Action Button
1.1.2
Enhanced User-Friendly behaviour
- Added Pan and Tap gesture for PictureControl
- Modified smartness of collapse/expand for panning on iOS
1.1.1
Added Pan Gesture to Body Panel
Added IsExpandable Property to Config
1.1.0
Fix the picture pan gesture
Make Back button to be general (TopLeftButtonImage)
1.0.10
Added Picture Control StackLayout
Added Picture Pan Gesture
1.0.8
Added TitleHeightRequest property for Config class
1.0.7
Fixed the issue with no ButtonImage set
1.0.6
Hide sliding panel initially
1.0.5
Fixed the NuGet issue
1.0.4
Added Picture Slide Out
1.0.3
Added Xamarin.Forms dependency
1.0.2
Fix Dependency Issue
1.0.0
Initial Release