DK.SlidingPanel
1.7.3
See the version list below for details.
dotnet add package DK.SlidingPanel --version 1.7.3
NuGet\Install-Package DK.SlidingPanel -Version 1.7.3
<PackageReference Include="DK.SlidingPanel" Version="1.7.3" />
<PackageVersion Include="DK.SlidingPanel" Version="1.7.3" />
<PackageReference Include="DK.SlidingPanel" />
paket add DK.SlidingPanel --version 1.7.3
#r "nuget: DK.SlidingPanel, 1.7.3"
#:package DK.SlidingPanel@1.7.3
#addin nuget:?package=DK.SlidingPanel&version=1.7.3
#tool nuget:?package=DK.SlidingPanel&version=1.7.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,729 | 6/26/2018 |
| 2.2.8-beta | 1,453 | 6/26/2018 |
| 2.2.7-beta | 1,437 | 6/26/2018 |
| 2.2.6-beta | 1,428 | 6/26/2018 |
| 2.2.5-beta | 1,124 | 6/25/2018 |
| 2.2.4-beta | 1,385 | 6/25/2018 |
| 2.2.3-beta | 1,439 | 6/25/2018 |
| 2.2.2 | 1,665 | 6/25/2018 |
| 2.2.2-beta | 1,518 | 6/25/2018 |
| 2.2.1-beta | 1,484 | 6/25/2018 |
| 2.2.0 | 1,577 | 6/19/2018 |
| 2.1.0 | 2,118 | 1/29/2018 |
| 2.0.3 | 1,678 | 1/18/2018 |
| 2.0.2 | 1,766 | 12/21/2017 |
| 2.0.1 | 1,667 | 12/20/2017 |
| 2.0.0 | 1,664 | 12/20/2017 |
| 1.8.2 | 1,840 | 6/13/2017 |
| 1.8.1 | 1,501 | 6/13/2017 |
| 1.7.4 | 1,488 | 5/15/2017 |
| 1.7.3 | 1,476 | 5/10/2017 |
* New Version
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