SlideView 1.2.1
See the version list below for details.
dotnet add package SlideView --version 1.2.1
NuGet\Install-Package SlideView -Version 1.2.1
<PackageReference Include="SlideView" Version="1.2.1" />
paket add SlideView --version 1.2.1
#r "nuget: SlideView, 1.2.1"
// Install SlideView as a Cake Addin #addin nuget:?package=SlideView&version=1.2.1 // Install SlideView as a Cake Tool #tool nuget:?package=SlideView&version=1.2.1
The SlideView is a control inspired by the Facebook app, allowing to slide between panels.
Two options :
- Use the SlideView control in your pages to display sliding panels
- Use the SlideApplicationFrame at top application level to get 3 panels with navigation occuring in the middle panel
For more information, samples and how to use, please visit the project website on codeplex : https://slideview.codeplex.com/.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Windows Phone | wp was computed. wp7 is compatible. wp75 was computed. wp8 is compatible. wp81 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
SlidingApplicationFrame :
- Displays the center panel when back key is pressed
- Added page transitions (you can edit the default template to implement yours)
- Added a new property to disable page transitions : IsPageTransitionEnabled
- Added a new property to select the current panel : SelectedPanelIndex