DK.SlidingPanel
2.2.9
dotnet add package DK.SlidingPanel --version 2.2.9
NuGet\Install-Package DK.SlidingPanel -Version 2.2.9
<PackageReference Include="DK.SlidingPanel" Version="2.2.9" />
<PackageVersion Include="DK.SlidingPanel" Version="2.2.9" />
<PackageReference Include="DK.SlidingPanel" />
paket add DK.SlidingPanel --version 2.2.9
#r "nuget: DK.SlidingPanel, 2.2.9"
#:package DK.SlidingPanel@2.2.9
#addin nuget:?package=DK.SlidingPanel&version=2.2.9
#tool nuget:?package=DK.SlidingPanel&version=2.2.9
Generates 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
Learn more about Target Frameworks and .NET Standard.
-
- reactiveui (>= 6.5.2)
- Xamarin.Forms (>= 2.5.0.77107)
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
2.2.9
[fixed] The BodyView is displayed over the HeaderView when HideTitle is true and there is a primary FAB; Updated to XF 2.5.0.280555
2.2.2
[feature] make the PrimaryFAB invisible when the panel is expanded
2.2.0
[feature] added PrimaryFloatingActionButton property; exposed TitlePanelTapGesture and PanelPanGesture
2.1.0
[feature] SlidingPanel can be child of any elements; Previously, it was supposed to be direct child of the current page.
2.0.3
[fix] Android - Can't fully expand window when manually swiping for expand; Refactored code - Reuse PanGesture over the controls
2.0.2
[fix] Android - The screen is retracted too much when using swipe or back-button
2.0.1
[feature] Only Supports from Xamarin.Forms 2.5.0.77107 (the below version will have major bug on the height of the collapsed state)
1.8.2
[fix] Android - Added tolerance for touch Title area
1.8.1
[fix] Android - when switching between full and half ratio screen, the full ratio screen is briefly shown (flicks).
1.8.0
[feature] updated nuget packages