DK.SlidingPanel
1.3.5
See the version list below for details.
dotnet add package DK.SlidingPanel --version 1.3.5
NuGet\Install-Package DK.SlidingPanel -Version 1.3.5
<PackageReference Include="DK.SlidingPanel" Version="1.3.5" />
paket add DK.SlidingPanel --version 1.3.5
#r "nuget: DK.SlidingPanel, 1.3.5"
// Install DK.SlidingPanel as a Cake Addin #addin nuget:?package=DK.SlidingPanel&version=1.3.5 // Install DK.SlidingPanel as a Cake Tool #tool nuget:?package=DK.SlidingPanel&version=1.3.5
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,246 | 6/26/2018 |
2.2.8-beta | 932 | 6/26/2018 |
2.2.7-beta | 914 | 6/26/2018 |
2.2.6-beta | 906 | 6/26/2018 |
2.2.5-beta | 759 | 6/25/2018 |
2.2.4-beta | 869 | 6/25/2018 |
2.2.3-beta | 920 | 6/25/2018 |
2.2.2 | 1,148 | 6/25/2018 |
2.2.2-beta | 987 | 6/25/2018 |
2.2.1-beta | 940 | 6/25/2018 |
2.2.0 | 1,062 | 6/19/2018 |
2.1.0 | 1,552 | 1/29/2018 |
2.0.3 | 1,131 | 1/18/2018 |
2.0.2 | 1,216 | 12/21/2017 |
2.0.1 | 1,134 | 12/20/2017 |
2.0.0 | 1,121 | 12/20/2017 |
1.8.2 | 1,456 | 6/13/2017 |
1.8.1 | 1,090 | 6/13/2017 |
1.7.4 | 1,087 | 5/15/2017 |
1.7.3 | 1,092 | 5/10/2017 |
1.7.2 | 1,159 | 5/8/2017 |
1.7.1 | 1,065 | 5/8/2017 |
1.7.0 | 1,049 | 5/5/2017 |
1.6.0 | 1,071 | 4/26/2017 |
1.5.1 | 1,021 | 4/25/2017 |
1.5.0 | 1,040 | 4/25/2017 |
1.4.8 | 1,045 | 4/24/2017 |
1.4.7 | 1,060 | 4/24/2017 |
1.4.6 | 1,051 | 4/18/2017 |
1.4.5 | 1,083 | 4/6/2017 |
1.4.4 | 1,033 | 4/6/2017 |
1.4.2 | 1,103 | 4/4/2017 |
1.4.1 | 1,086 | 3/22/2017 |
1.4.0 | 1,038 | 3/22/2017 |
1.3.5 | 1,094 | 1/26/2017 |
1.3.4 | 1,031 | 1/26/2017 |
1.3.3 | 1,035 | 1/26/2017 |
1.3.2 | 1,058 | 1/23/2017 |
1.3.1 | 1,037 | 1/20/2017 |
1.3.0 | 1,055 | 1/20/2017 |
1.2.1 | 1,083 | 1/9/2017 |
1.2.0 | 1,063 | 1/6/2017 |
1.1.5 | 1,082 | 1/4/2017 |
1.1.4 | 1,073 | 12/21/2016 |
1.1.3 | 1,091 | 12/20/2016 |
1.1.2 | 1,076 | 12/15/2016 |
1.1.1 | 1,256 | 12/14/2016 |
1.1.0 | 1,050 | 12/8/2016 |
1.0.10 | 1,058 | 12/7/2016 |
1.0.9 | 1,047 | 12/7/2016 |
1.0.8 | 1,043 | 12/6/2016 |
1.0.7 | 1,089 | 12/5/2016 |
1.0.6 | 1,090 | 12/5/2016 |
1.0.5 | 1,073 | 12/5/2016 |
1.0.4 | 1,042 | 12/2/2016 |
1.0.3 | 1,066 | 11/25/2016 |
1.0.2 | 1,094 | 11/25/2016 |
1.0.1 | 1,081 | 11/25/2016 |
1.0.0 | 1,131 | 11/25/2016 |
* New Version
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