DK.SlidingPanel
1.4.0
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
<PackageReference Include="DK.SlidingPanel" Version="1.4.0" />
<PackageVersion Include="DK.SlidingPanel" Version="1.4.0" />
<PackageReference Include="DK.SlidingPanel" />
paket add DK.SlidingPanel --version 1.4.0
#r "nuget: DK.SlidingPanel, 1.4.0"
#:package DK.SlidingPanel@1.4.0
#addin nuget:?package=DK.SlidingPanel&version=1.4.0
#tool nuget:?package=DK.SlidingPanel&version=1.4.0
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,732 | 6/26/2018 |
| 2.2.8-beta | 1,456 | 6/26/2018 |
| 2.2.7-beta | 1,439 | 6/26/2018 |
| 2.2.6-beta | 1,428 | 6/26/2018 |
| 2.2.5-beta | 1,129 | 6/25/2018 |
| 2.2.4-beta | 1,386 | 6/25/2018 |
| 2.2.3-beta | 1,441 | 6/25/2018 |
| 2.2.2 | 1,669 | 6/25/2018 |
| 2.2.2-beta | 1,521 | 6/25/2018 |
| 2.2.1-beta | 1,485 | 6/25/2018 |
| 2.2.0 | 1,582 | 6/19/2018 |
| 2.1.0 | 2,121 | 1/29/2018 |
| 2.0.3 | 1,678 | 1/18/2018 |
| 2.0.2 | 1,767 | 12/21/2017 |
| 2.0.1 | 1,667 | 12/20/2017 |
| 2.0.0 | 1,665 | 12/20/2017 |
| 1.8.2 | 1,841 | 6/13/2017 |
| 1.8.1 | 1,506 | 6/13/2017 |
| 1.7.4 | 1,493 | 5/15/2017 |
| 1.4.0 | 1,429 | 3/22/2017 |
* 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