DK.SlidingPanel
1.3.3
See the version list below for details.
dotnet add package DK.SlidingPanel --version 1.3.3
NuGet\Install-Package DK.SlidingPanel -Version 1.3.3
<PackageReference Include="DK.SlidingPanel" Version="1.3.3" />
<PackageVersion Include="DK.SlidingPanel" Version="1.3.3" />
<PackageReference Include="DK.SlidingPanel" />
paket add DK.SlidingPanel --version 1.3.3
#r "nuget: DK.SlidingPanel, 1.3.3"
#:package DK.SlidingPanel@1.3.3
#addin nuget:?package=DK.SlidingPanel&version=1.3.3
#tool nuget:?package=DK.SlidingPanel&version=1.3.3
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.
Learn more about Target Frameworks and .NET Standard.
-
- reactiveui (>= 6.5.2)
- Xamarin.Forms (>= 2.2.0.31)
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,670 | 6/26/2018 |
| 2.2.8-beta | 1,394 | 6/26/2018 |
| 2.2.7-beta | 1,375 | 6/26/2018 |
| 2.2.6-beta | 1,365 | 6/26/2018 |
| 2.2.5-beta | 1,077 | 6/25/2018 |
| 2.2.4-beta | 1,323 | 6/25/2018 |
| 2.2.3-beta | 1,383 | 6/25/2018 |
| 2.2.2 | 1,602 | 6/25/2018 |
| 2.2.2-beta | 1,459 | 6/25/2018 |
| 2.2.1-beta | 1,424 | 6/25/2018 |
| 2.2.0 | 1,516 | 6/19/2018 |
| 2.1.0 | 2,054 | 1/29/2018 |
| 2.0.3 | 1,622 | 1/18/2018 |
| 2.0.2 | 1,705 | 12/21/2017 |
| 2.0.1 | 1,606 | 12/20/2017 |
| 2.0.0 | 1,608 | 12/20/2017 |
| 1.8.2 | 1,787 | 6/13/2017 |
| 1.8.1 | 1,449 | 6/13/2017 |
| 1.7.4 | 1,434 | 5/15/2017 |
| 1.7.3 | 1,420 | 5/10/2017 |
| 1.7.2 | 1,631 | 5/8/2017 |
| 1.7.1 | 1,405 | 5/8/2017 |
| 1.7.0 | 1,396 | 5/5/2017 |
| 1.6.0 | 1,418 | 4/26/2017 |
| 1.5.1 | 1,375 | 4/25/2017 |
| 1.5.0 | 1,376 | 4/25/2017 |
| 1.4.8 | 1,396 | 4/24/2017 |
| 1.4.7 | 1,412 | 4/24/2017 |
| 1.4.6 | 1,397 | 4/18/2017 |
| 1.4.5 | 1,438 | 4/6/2017 |
| 1.4.4 | 1,377 | 4/6/2017 |
| 1.4.2 | 1,458 | 4/4/2017 |
| 1.4.1 | 1,418 | 3/22/2017 |
| 1.4.0 | 1,370 | 3/22/2017 |
| 1.3.5 | 1,448 | 1/26/2017 |
| 1.3.4 | 1,360 | 1/26/2017 |
| 1.3.3 | 1,390 | 1/26/2017 |
| 1.3.2 | 1,418 | 1/23/2017 |
| 1.3.1 | 1,396 | 1/20/2017 |
| 1.3.0 | 1,416 | 1/20/2017 |
| 1.2.1 | 1,426 | 1/9/2017 |
| 1.2.0 | 1,395 | 1/6/2017 |
| 1.1.5 | 1,416 | 1/4/2017 |
| 1.1.4 | 1,426 | 12/21/2016 |
| 1.1.3 | 1,447 | 12/20/2016 |
| 1.1.2 | 1,432 | 12/15/2016 |
| 1.1.1 | 1,777 | 12/14/2016 |
| 1.1.0 | 1,396 | 12/8/2016 |
| 1.0.10 | 1,424 | 12/7/2016 |
| 1.0.9 | 1,384 | 12/7/2016 |
| 1.0.8 | 1,380 | 12/6/2016 |
| 1.0.7 | 1,445 | 12/5/2016 |
| 1.0.6 | 1,446 | 12/5/2016 |
| 1.0.5 | 1,409 | 12/5/2016 |
| 1.0.4 | 1,379 | 12/2/2016 |
| 1.0.3 | 1,401 | 11/25/2016 |
| 1.0.2 | 1,444 | 11/25/2016 |
| 1.0.1 | 1,430 | 11/25/2016 |
| 1.0.0 | 1,464 | 11/25/2016 |
* New Version
1.3.3
- [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