DK.SlidingPanel 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DK.SlidingPanel --version 1.4.0
                    
NuGet\Install-Package DK.SlidingPanel -Version 1.4.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.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DK.SlidingPanel" Version="1.4.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.4.0
                    
#r "nuget: DK.SlidingPanel, 1.4.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.
#:package DK.SlidingPanel@1.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DK.SlidingPanel&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=DK.SlidingPanel&version=1.4.0
                    
Install as a Cake Tool

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,484 6/26/2018
2.2.8-beta 1,185 6/26/2018
2.2.7-beta 1,165 6/26/2018
2.2.6-beta 1,158 6/26/2018
2.2.5-beta 926 6/25/2018
2.2.4-beta 1,117 6/25/2018
2.2.3-beta 1,172 6/25/2018
2.2.2 1,398 6/25/2018
2.2.2-beta 1,244 6/25/2018
2.2.1-beta 1,193 6/25/2018
2.2.0 1,315 6/19/2018
2.1.0 1,826 1/29/2018
2.0.3 1,407 1/18/2018
2.0.2 1,489 12/21/2017
2.0.1 1,400 12/20/2017
2.0.0 1,396 12/20/2017
1.8.2 1,639 6/13/2017
1.8.1 1,274 6/13/2017
1.7.4 1,273 5/15/2017
1.7.3 1,274 5/10/2017
1.7.2 1,430 5/8/2017
1.7.1 1,246 5/8/2017
1.7.0 1,227 5/5/2017
1.6.0 1,255 4/26/2017
1.5.1 1,202 4/25/2017
1.5.0 1,222 4/25/2017
1.4.8 1,229 4/24/2017
1.4.7 1,249 4/24/2017
1.4.6 1,232 4/18/2017
1.4.5 1,275 4/6/2017
1.4.4 1,219 4/6/2017
1.4.2 1,298 4/4/2017
1.4.1 1,267 3/22/2017
1.4.0 1,221 3/22/2017
1.3.5 1,277 1/26/2017
1.3.4 1,216 1/26/2017
1.3.3 1,227 1/26/2017
1.3.2 1,244 1/23/2017
1.3.1 1,224 1/20/2017
1.3.0 1,249 1/20/2017
1.2.1 1,271 1/9/2017
1.2.0 1,246 1/6/2017
1.1.5 1,263 1/4/2017
1.1.4 1,260 12/21/2016
1.1.3 1,283 12/20/2016
1.1.2 1,266 12/15/2016
1.1.1 1,549 12/14/2016
1.1.0 1,235 12/8/2016
1.0.10 1,247 12/7/2016
1.0.9 1,233 12/7/2016
1.0.8 1,227 12/6/2016
1.0.7 1,278 12/5/2016
1.0.6 1,283 12/5/2016
1.0.5 1,259 12/5/2016
1.0.4 1,227 12/2/2016
1.0.3 1,252 11/25/2016
1.0.2 1,278 11/25/2016
1.0.1 1,266 11/25/2016
1.0.0 1,313 11/25/2016

* New Version
1.4.0
- [feature] added bindable properties; slidingpanel can be generated only using XAML
- [fix] Android - Title Height and Navigation Bar issues

1.3.5
- [fix] smooth transition on hide/show navigation bar when collapse/expand
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