DK.SlidingPanel
1.7.4
See the version list below for details.
dotnet add package DK.SlidingPanel --version 1.7.4
NuGet\Install-Package DK.SlidingPanel -Version 1.7.4
<PackageReference Include="DK.SlidingPanel" Version="1.7.4" />
<PackageVersion Include="DK.SlidingPanel" Version="1.7.4" />
<PackageReference Include="DK.SlidingPanel" />
paket add DK.SlidingPanel --version 1.7.4
#r "nuget: DK.SlidingPanel, 1.7.4"
#addin nuget:?package=DK.SlidingPanel&version=1.7.4
#tool nuget:?package=DK.SlidingPanel&version=1.7.4
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,351 | 6/26/2018 |
2.2.8-beta | 1,034 | 6/26/2018 |
2.2.7-beta | 1,016 | 6/26/2018 |
2.2.6-beta | 1,008 | 6/26/2018 |
2.2.5-beta | 826 | 6/25/2018 |
2.2.4-beta | 971 | 6/25/2018 |
2.2.3-beta | 1,022 | 6/25/2018 |
2.2.2 | 1,251 | 6/25/2018 |
2.2.2-beta | 1,090 | 6/25/2018 |
2.2.1-beta | 1,042 | 6/25/2018 |
2.2.0 | 1,167 | 6/19/2018 |
2.1.0 | 1,669 | 1/29/2018 |
2.0.3 | 1,250 | 1/18/2018 |
2.0.2 | 1,335 | 12/21/2017 |
2.0.1 | 1,251 | 12/20/2017 |
2.0.0 | 1,238 | 12/20/2017 |
1.8.2 | 1,536 | 6/13/2017 |
1.8.1 | 1,167 | 6/13/2017 |
1.7.4 | 1,165 | 5/15/2017 |
1.7.3 | 1,170 | 5/10/2017 |
1.7.2 | 1,280 | 5/8/2017 |
1.7.1 | 1,142 | 5/8/2017 |
1.7.0 | 1,125 | 5/5/2017 |
1.6.0 | 1,149 | 4/26/2017 |
1.5.1 | 1,100 | 4/25/2017 |
1.5.0 | 1,118 | 4/25/2017 |
1.4.8 | 1,123 | 4/24/2017 |
1.4.7 | 1,138 | 4/24/2017 |
1.4.6 | 1,130 | 4/18/2017 |
1.4.5 | 1,162 | 4/6/2017 |
1.4.4 | 1,110 | 4/6/2017 |
1.4.2 | 1,182 | 4/4/2017 |
1.4.1 | 1,163 | 3/22/2017 |
1.4.0 | 1,115 | 3/22/2017 |
1.3.5 | 1,172 | 1/26/2017 |
1.3.4 | 1,111 | 1/26/2017 |
1.3.3 | 1,115 | 1/26/2017 |
1.3.2 | 1,137 | 1/23/2017 |
1.3.1 | 1,117 | 1/20/2017 |
1.3.0 | 1,136 | 1/20/2017 |
1.2.1 | 1,166 | 1/9/2017 |
1.2.0 | 1,142 | 1/6/2017 |
1.1.5 | 1,160 | 1/4/2017 |
1.1.4 | 1,151 | 12/21/2016 |
1.1.3 | 1,170 | 12/20/2016 |
1.1.2 | 1,154 | 12/15/2016 |
1.1.1 | 1,383 | 12/14/2016 |
1.1.0 | 1,131 | 12/8/2016 |
1.0.10 | 1,136 | 12/7/2016 |
1.0.9 | 1,128 | 12/7/2016 |
1.0.8 | 1,121 | 12/6/2016 |
1.0.7 | 1,167 | 12/5/2016 |
1.0.6 | 1,170 | 12/5/2016 |
1.0.5 | 1,153 | 12/5/2016 |
1.0.4 | 1,124 | 12/2/2016 |
1.0.3 | 1,148 | 11/25/2016 |
1.0.2 | 1,173 | 11/25/2016 |
1.0.1 | 1,161 | 11/25/2016 |
1.0.0 | 1,211 | 11/25/2016 |
* New Version
1.7.4
[fix] Android - pan gesture is not working properly especially when it tries to be collapsed.
[fix] Android - Fix pan and tap gesture for Header View.
1.7.3
[fix] fixed PanSupport to be reactive
1.7.2
[fix] fixed collapsed panel height issue; fixed the big gap between title and body for the Max Panel Ratio(no picture) when expanding panel
1.7.1
[fix] fixed the Panning gesture bug
1.7.0
[feature] added IsExpandable property
[feature] added IsPanSupport property
1.6.0
[feature] added CurrentState property
[fix] TestPageAllXaml page - ui crash when user taps map while panel is expanding
1.5.1
[feature] added OldState and NewState for the WhenSlidingPanelStateChanging EventArgs
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