DK.SlidingPanel
1.5.0
See the version list below for details.
dotnet add package DK.SlidingPanel --version 1.5.0
NuGet\Install-Package DK.SlidingPanel -Version 1.5.0
<PackageReference Include="DK.SlidingPanel" Version="1.5.0" />
<PackageVersion Include="DK.SlidingPanel" Version="1.5.0" />
<PackageReference Include="DK.SlidingPanel" />
paket add DK.SlidingPanel --version 1.5.0
#r "nuget: DK.SlidingPanel, 1.5.0"
#addin nuget:?package=DK.SlidingPanel&version=1.5.0
#tool nuget:?package=DK.SlidingPanel&version=1.5.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,343 | 6/26/2018 |
2.2.8-beta | 1,023 | 6/26/2018 |
2.2.7-beta | 1,005 | 6/26/2018 |
2.2.6-beta | 997 | 6/26/2018 |
2.2.5-beta | 818 | 6/25/2018 |
2.2.4-beta | 960 | 6/25/2018 |
2.2.3-beta | 1,011 | 6/25/2018 |
2.2.2 | 1,240 | 6/25/2018 |
2.2.2-beta | 1,079 | 6/25/2018 |
2.2.1-beta | 1,031 | 6/25/2018 |
2.2.0 | 1,156 | 6/19/2018 |
2.1.0 | 1,658 | 1/29/2018 |
2.0.3 | 1,239 | 1/18/2018 |
2.0.2 | 1,324 | 12/21/2017 |
2.0.1 | 1,240 | 12/20/2017 |
2.0.0 | 1,227 | 12/20/2017 |
1.8.2 | 1,529 | 6/13/2017 |
1.8.1 | 1,160 | 6/13/2017 |
1.7.4 | 1,158 | 5/15/2017 |
1.7.3 | 1,163 | 5/10/2017 |
1.7.2 | 1,271 | 5/8/2017 |
1.7.1 | 1,135 | 5/8/2017 |
1.7.0 | 1,118 | 5/5/2017 |
1.6.0 | 1,142 | 4/26/2017 |
1.5.1 | 1,093 | 4/25/2017 |
1.5.0 | 1,111 | 4/25/2017 |
1.4.8 | 1,116 | 4/24/2017 |
1.4.7 | 1,131 | 4/24/2017 |
1.4.6 | 1,123 | 4/18/2017 |
1.4.5 | 1,155 | 4/6/2017 |
1.4.4 | 1,103 | 4/6/2017 |
1.4.2 | 1,175 | 4/4/2017 |
1.4.1 | 1,156 | 3/22/2017 |
1.4.0 | 1,108 | 3/22/2017 |
1.3.5 | 1,165 | 1/26/2017 |
1.3.4 | 1,104 | 1/26/2017 |
1.3.3 | 1,108 | 1/26/2017 |
1.3.2 | 1,130 | 1/23/2017 |
1.3.1 | 1,110 | 1/20/2017 |
1.3.0 | 1,129 | 1/20/2017 |
1.2.1 | 1,159 | 1/9/2017 |
1.2.0 | 1,135 | 1/6/2017 |
1.1.5 | 1,153 | 1/4/2017 |
1.1.4 | 1,144 | 12/21/2016 |
1.1.3 | 1,163 | 12/20/2016 |
1.1.2 | 1,147 | 12/15/2016 |
1.1.1 | 1,374 | 12/14/2016 |
1.1.0 | 1,121 | 12/8/2016 |
1.0.10 | 1,129 | 12/7/2016 |
1.0.9 | 1,121 | 12/7/2016 |
1.0.8 | 1,114 | 12/6/2016 |
1.0.7 | 1,160 | 12/5/2016 |
1.0.6 | 1,163 | 12/5/2016 |
1.0.5 | 1,146 | 12/5/2016 |
1.0.4 | 1,117 | 12/2/2016 |
1.0.3 | 1,141 | 11/25/2016 |
1.0.2 | 1,166 | 11/25/2016 |
1.0.1 | 1,154 | 11/25/2016 |
1.0.0 | 1,204 | 11/25/2016 |
* New Version
1.5.0
[feature] added WhenSlidingPanelStateChanging
[remove] removed WhenTitleTapped
1.4.8
[feature] added WhenTitleTapped event
1.4.6
[fix] UI fixes/changes for picture and main panel
1.4.5
- [feature] change HeaderLeftButton to HeaderView to have more controls
1.4.4
- [feature] support full body page without title on expanded mode (ex. TestPageAllXaml)
- [feature] added WhenSlidingPanelStateChanged event
1.4.3
- [feature] added WhenSlidingPanelStateChanged and WhenPanelRatioChanged
- [feature] added HideTitleView binding property
1.4.2
- [fix] Android - Added Device.BeginInvokeOnMainThread for all the animation (Google Map becomes black)
1.4.1
- [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