SlideView 1.3.0
See the version list below for details.
dotnet add package SlideView --version 1.3.0
NuGet\Install-Package SlideView -Version 1.3.0
<PackageReference Include="SlideView" Version="1.3.0" />
paket add SlideView --version 1.3.0
#r "nuget: SlideView, 1.3.0"
// Install SlideView as a Cake Addin #addin nuget:?package=SlideView&version=1.3.0 // Install SlideView as a Cake Tool #tool nuget:?package=SlideView&version=1.3.0
This library contains many controls inspired by the official Facebook app on Windows Phone.
You will find several controls :
- The SlideView, a control allowing to slide between panels (2 or many more)
- The SlideApplicationFrame, a control to use at top app level and packaged to display 3 panels with navigation occuring in the middle panel
- The AutoHideBar, a control which is displayed when scrolling up in a list, and hidden when scrolling down
Please see the project website for more information, samples and how to use : 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.
- Some tweaks on the default template of the SlideApplicationFrame, it might have some impacts, be careful when updating
- New control : AutoHideBar displayed when scrolling up, hiding when scrolling down (such as the navigation bar within the Facebook app)