DK.SlidingPanel 1.1.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package DK.SlidingPanel --version 1.1.5
                    
NuGet\Install-Package DK.SlidingPanel -Version 1.1.5
                    
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="1.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DK.SlidingPanel" Version="1.1.5" />
                    
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 1.1.5
                    
#r "nuget: DK.SlidingPanel, 1.1.5"
                    
#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@1.1.5
                    
#: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=1.1.5
                    
Install as a Cake Addin
#tool nuget:?package=DK.SlidingPanel&version=1.1.5
                    
Install as a Cake Tool

Allows for a panel to be slided out from bottom of the screen for Xamarin.Forms pages.
Here are all the layers of the sliding panel:
-> (Optional) Panel Control Layer (Back Button / Favorite Button)
-> (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,741 6/26/2018
2.2.8-beta 1,459 6/26/2018
2.2.7-beta 1,448 6/26/2018
2.2.6-beta 1,437 6/26/2018
2.2.5-beta 1,135 6/25/2018
2.2.4-beta 1,412 6/25/2018
2.2.3-beta 1,447 6/25/2018
2.2.2 1,675 6/25/2018
2.2.2-beta 1,533 6/25/2018
2.2.1-beta 1,496 6/25/2018
2.2.0 1,588 6/19/2018
2.1.0 2,127 1/29/2018
2.0.3 1,685 1/18/2018
2.0.2 1,774 12/21/2017
2.0.1 1,677 12/20/2017
2.0.0 1,684 12/20/2017
1.8.2 1,847 6/13/2017
1.8.1 1,511 6/13/2017
1.7.4 1,502 5/15/2017
1.1.5 1,474 1/4/2017
Loading failed

* New Version
1.1.5
- Degraded ReactiveUI Dependency version 7.0.0 to 6.5.2
1.1.4
- Added Ratio for Panel and Picture
1.1.3
- Renamed OverlayButtonImage to PrimaryFloatingActionButton
- Fixed the issue with the touch/click the PrimaryFloatingActionButton
- Added Secondary Floating Action Button
1.1.2
Enhanced User-Friendly behaviour
- Added Pan and Tap gesture for PictureControl
- Modified smartness of collapse/expand for panning on iOS
1.1.1
Added Pan Gesture to Body Panel
Added IsExpandable Property to Config
1.1.0
Fix the picture pan gesture
Make Back button to be general (TopLeftButtonImage)
1.0.10
Added Picture Control StackLayout
Added Picture Pan Gesture
1.0.8
Added TitleHeightRequest property for Config class
1.0.7
Fixed the issue with no ButtonImage set
1.0.6
Hide sliding panel initially
1.0.5
Fixed the NuGet issue
1.0.4
Added Picture Slide Out
1.0.3
Added Xamarin.Forms dependency
1.0.2
Fix Dependency Issue
1.0.0
Initial Release