SlideView 1.4.1
See the version list below for details.
dotnet add package SlideView --version 1.4.1
NuGet\Install-Package SlideView -Version 1.4.1
<PackageReference Include="SlideView" Version="1.4.1" />
<PackageVersion Include="SlideView" Version="1.4.1" />
<PackageReference Include="SlideView" />
paket add SlideView --version 1.4.1
#r "nuget: SlideView, 1.4.1"
#:package SlideView@1.4.1
#addin nuget:?package=SlideView&version=1.4.1
#tool nuget:?package=SlideView&version=1.4.1
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
      
      Compatible with :
      - Windows Phone Silverlight 7.1 / 8.0 / 8.1
      - Windows Phone 8.1 (Store Apps)
      
      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 is compatible. | 
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Windows Phone 8.1 compatibility
      - SlideApplicationFrame :
          /!\ breaking change !! Title is replaced with Header, for more customization through HeaderTemplate
          - AutoHideAppBar : set true if you want to hide the appbar on side panels, false otherwise
          - HideHeader : set true to hide the header, false otherwise
      - Fixed an issue with the SlideView layout changes (thanks to bawb !)