Xamarin.Forms.CarouselView 2.3.0-pre1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Xamarin.Forms

Additional Details

Please use the CarouselView embedded in the Xamarin.Forms package instead. Thank you!

This is a prerelease version of Xamarin.Forms.CarouselView.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Xamarin.Forms.CarouselView --version 2.3.0-pre1
NuGet\Install-Package Xamarin.Forms.CarouselView -Version 2.3.0-pre1
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="Xamarin.Forms.CarouselView" Version="2.3.0-pre1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.CarouselView --version 2.3.0-pre1
#r "nuget: Xamarin.Forms.CarouselView, 2.3.0-pre1"
#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.
// Install Xamarin.Forms.CarouselView as a Cake Addin
#addin nuget:?package=Xamarin.Forms.CarouselView&version=2.3.0-pre1&prerelease

// Install Xamarin.Forms.CarouselView as a Cake Tool
#tool nuget:?package=Xamarin.Forms.CarouselView&version=2.3.0-pre1&prerelease

CarouselView for Xamarin.Forms

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Xamarin.Forms.CarouselView:

Package Downloads
SheshaMobile.Modules.Facilities

The facilities module contains common functionality for browsing and viewing facilities

SheshaMobile.Modules.Home

The home module contains common functionality and essetntials required to build an app home page

SheshaMobile.Modules.LocationTracking

The libraries module contains functionality for viewing and interacting with archived information

TestWW

Package Description

VG.XFPagedCarouselView

XFPagedCarouselView for Xamarin.Forms provides a custom ContentView allowing you to display paged carousel views in Android and iOS apps. Support for square/rectangle, rounded square/rectangle, circle, heart, oval, triangle and star page indicator. Sample available on GitHub (https://github.com/vincentgury/XFPagedCarouselView)

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Xamarin.Forms.CarouselView:

Repository Stars
xamarinhq/app-conference
Pre-build conference application built with Xamarin
xamarin/Sport
Version Downloads Last updated
2.3.0-pre2 1,313,918 7/27/2016
2.3.0-pre1 14,174 5/28/2016

Initial release of standalone CarouselView

Known issues:

Need to add on your Windows projects (UWP and WINRT) to your App.xaml resources the following lines:

   <DataTemplate x:Key="ItemTemplate">
               <uwp:ItemControl HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" />
   </DataTemplate>