Xamarin.Forms.CarouselView
2.3.0-pre1
Prefix Reserved
Please use the CarouselView embedded in the Xamarin.Forms package instead. Thank you!
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
<PackageReference Include="Xamarin.Forms.CarouselView" Version="2.3.0-pre1" />
paket add Xamarin.Forms.CarouselView --version 2.3.0-pre1
#r "nuget: Xamarin.Forms.CarouselView, 2.3.0-pre1"
// 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 | Versions 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. |
-
All Frameworks
- Xamarin.Forms (>= 2.3.0.42-pre3)
-
MonoAndroid 1.0
- Xamarin.Android.Support.v7.AppCompat (= 23.3.0)
- Xamarin.Android.Support.v7.MediaRouter (= 23.3.0)
- Xamarin.Forms (>= 2.3.0.42-pre3)
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,335,133 | 7/27/2016 | |
2.3.0-pre1 | 14,201 | 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>