DK.SlidingPanel 2.2.1-beta

This is a prerelease version of DK.SlidingPanel.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DK.SlidingPanel --version 2.2.1-beta
                    
NuGet\Install-Package DK.SlidingPanel -Version 2.2.1-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DK.SlidingPanel" Version="2.2.1-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DK.SlidingPanel" Version="2.2.1-beta" />
                    
Directory.Packages.props
<PackageReference Include="DK.SlidingPanel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DK.SlidingPanel --version 2.2.1-beta
                    
#r "nuget: DK.SlidingPanel, 2.2.1-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DK.SlidingPanel@2.2.1-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DK.SlidingPanel&version=2.2.1-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DK.SlidingPanel&version=2.2.1-beta&prerelease
                    
Install as a Cake Tool

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,479 6/26/2018
2.2.8-beta 1,178 6/26/2018
2.2.7-beta 1,158 6/26/2018
2.2.6-beta 1,151 6/26/2018
2.2.5-beta 921 6/25/2018
2.2.4-beta 1,110 6/25/2018
2.2.3-beta 1,166 6/25/2018
2.2.2 1,392 6/25/2018
2.2.2-beta 1,237 6/25/2018
2.2.1-beta 1,184 6/25/2018
2.2.0 1,309 6/19/2018
2.1.0 1,819 1/29/2018
2.0.3 1,400 1/18/2018
2.0.2 1,481 12/21/2017
2.0.1 1,394 12/20/2017
2.0.0 1,389 12/20/2017
1.8.2 1,634 6/13/2017
1.8.1 1,269 6/13/2017
1.7.4 1,269 5/15/2017
1.7.3 1,270 5/10/2017
1.7.2 1,426 5/8/2017
1.7.1 1,242 5/8/2017
1.7.0 1,223 5/5/2017
1.6.0 1,251 4/26/2017
1.5.1 1,198 4/25/2017
1.5.0 1,218 4/25/2017
1.4.8 1,225 4/24/2017
1.4.7 1,245 4/24/2017
1.4.6 1,228 4/18/2017
1.4.5 1,270 4/6/2017
1.4.4 1,213 4/6/2017
1.4.2 1,294 4/4/2017
1.4.1 1,263 3/22/2017
1.4.0 1,217 3/22/2017
1.3.5 1,273 1/26/2017
1.3.4 1,212 1/26/2017
1.3.3 1,223 1/26/2017
1.3.2 1,240 1/23/2017
1.3.1 1,220 1/20/2017
1.3.0 1,245 1/20/2017
1.2.1 1,267 1/9/2017
1.2.0 1,242 1/6/2017
1.1.5 1,259 1/4/2017
1.1.4 1,255 12/21/2016
1.1.3 1,279 12/20/2016
1.1.2 1,262 12/15/2016
1.1.1 1,544 12/14/2016
1.1.0 1,231 12/8/2016
1.0.10 1,242 12/7/2016
1.0.9 1,229 12/7/2016
1.0.8 1,223 12/6/2016
1.0.7 1,274 12/5/2016
1.0.6 1,277 12/5/2016
1.0.5 1,255 12/5/2016
1.0.4 1,223 12/2/2016
1.0.3 1,248 11/25/2016
1.0.2 1,274 11/25/2016
1.0.1 1,262 11/25/2016
1.0.0 1,309 11/25/2016

* New Version
         2.2.1
         [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